facecam2d/src
Epicalert fe75856701
Add keyboard input and model info keybind
Pressing 'i' will show a dialog box with the model info
2021-11-13 09:07:37 +08:00
..
args.cpp Add default model 2021-11-11 23:12:34 +08:00
args.hpp Add option to disable eye tracking 2021-07-04 03:58:17 +08:00
config.hpp.in Define version number and project name with cmake 2021-01-27 00:21:06 +08:00
configfile.cpp Add option to disable eye tracking 2021-07-04 03:58:17 +08:00
configfile.hpp Add working config file system 2021-07-01 22:47:13 +08:00
cv.cpp Fix crash when eye roi outside of view 2021-11-12 19:08:21 +08:00
cv.hpp Add support for model files 2021-02-04 22:58:03 +08:00
error.cpp Use exit() instead of std::abort() on fatal error 2021-07-04 03:23:00 +08:00
error.hpp Add graphical error messages 2021-02-14 23:47:07 +08:00
eye.cpp Mention paper used for pupil tracking in comments 2021-07-04 03:43:23 +08:00
eye.hpp CV: Add eye look direction 2021-06-07 18:43:00 +08:00
fc2dconfig.cpp Fix gray window background on Windows 2021-07-19 23:17:40 +08:00
graphics.cpp Add keyboard input and model info keybind 2021-11-13 09:07:37 +08:00
graphics.hpp Add keyboard input and model info keybind 2021-11-13 09:07:37 +08:00
input.cpp Add keyboard input and model info keybind 2021-11-13 09:07:37 +08:00
input.hpp Add keyboard input and model info keybind 2021-11-13 09:07:37 +08:00
main.cpp Make .local and .config directories on startup 2021-07-03 00:19:14 +08:00
model.cpp Add authors and license to model file 2021-11-13 00:43:45 +08:00
model.hpp Add authors and license to model file 2021-11-13 00:43:45 +08:00
modellist.cpp Use std::filesystem instead of dirent.h 2021-07-02 23:40:52 +08:00
modellist.hpp Change model selection to dropdown menu 2021-07-02 02:56:39 +08:00
modelpart.cpp Fix extreme eye movement when face is scaled small 2021-07-04 03:35:31 +08:00
modelpart.hpp Add eye direction in model 2021-06-08 10:53:59 +08:00
paths.cpp Make .local and .config directories on startup 2021-07-03 00:19:14 +08:00
paths.hpp Make .local and .config directories on startup 2021-07-03 00:19:14 +08:00
stb_image.h initial commit 2020-12-31 20:58:39 +08:00
toml.c Add support for model files 2021-02-04 22:58:03 +08:00
toml.h Add support for model files 2021-02-04 22:58:03 +08:00
tomlcpp.cpp Add support for model files 2021-02-04 22:58:03 +08:00
tomlcpp.hpp Add support for model files 2021-02-04 22:58:03 +08:00