Commit Graph

12 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
e4a57e11d2 Updating OpenFace to version 2.2.0 (#741)
Change log:

Moving to C++17. This means that the code can only be build using C++17 compilers (e.g. g++ >8 and Visual Studio 2017, clang > 5), fixing related bugs - (#698, #629, #641)
Removing an explicit dependency on boost (all the filesystem operations are performed using std::filesystem or boost::filesysteme). If boost is available it will used boost:filesystem, otherwise std::filesystem (this requires C++17)
Visual Studio 2017 is now the main version for Visual Studio builds, VS 2015 is no longer supported
Updating OpenCV to 4.1 version (#511)
Fixing a bug with output images when using GUI (#694)
Updating RAWImage - #609, so it can be initialized from System.Drawing.Bitmap directly
Fixing overlap detection for multi face tracking (#693)
2019-07-13 19:19:20 +01:00
Tadas Baltrusaitis
20276a00b2 Working towards proper camera selection. 2018-01-27 06:59:37 +00:00
Tadas Baltrusaitis
7f9e883fdc Starting to move video processing to new c++ interface 2018-01-22 17:43:05 +00:00
Tadas Baltrusaitis
9161a88889 Fixes with eye landmark visualization and opening image directories. 2018-01-16 07:29:30 +00:00
Tadas Baltrusaitis
72859cac77 Editing camera calibration from the GUI, nicer interface for setting output size 2017-01-06 16:43:55 -05:00
Tadas Baltrusaitis
99191fd3c9 Simplification of Recording in WPF through a separate file and data binding (WIP). 2016-12-08 16:14:06 -05:00
Tadas Baltrusaitis
6499412259 Adding output folder selection (trickier that it sounds due to lack of native WPF support) 2016-12-06 10:03:04 -05:00
Tadas Baltrusaitis
0befd5f756 Allowing to control the size of aligned output image 2016-12-05 17:28:39 -05:00
Tadas Baltrusaitis
c23db4b5e8 Fixes to camera loading. 2016-10-04 21:14:41 -04:00
Tadas Baltrusaitis
f5cdec4829 Logo fix. 2016-10-03 17:45:27 -04:00
Tadas Baltrusaitis
13bb996efa Making sure the architectures are consistent, still need to get logo copying to be done correctly. 2016-05-20 17:43:07 -04:00
Tadas Baltrusaitis
e6e547b0a1 GUI initial work (WIP) 2016-05-20 16:48:43 -04:00