Tadas Baltrusaitis
a274365998
Feature/code cleanup ( #573 )
...
* Header guard cleanup (making sure naming is compliant with C++ standards and consistent).
* Removing un-needed nullptr checks.
* Removing SSE warnings for x64 builds (as SSE is enabled by default no need for a flag)
* Reverting Mat deletion
2018-09-24 08:10:09 +01:00
Tadas Baltrusaitis
3e5fa5cc71
Better memory management of images between C++ and C#, fixed the OpenFaceDemo crash.
2018-08-03 11:06:40 +01:00
Tadas Baltrusaitis
b571cc212b
Cleaning up includes, fixing tbb binary include for 32 bit windows version.
2018-06-18 08:42:56 +01:00
Tadas Baltrusaitis
cdecf902cd
Updating licensing in source code files. More thorough travis tests.
2018-05-29 18:03:26 +01:00
Tadas Baltrusaitis
63dd69c958
Bug fix with image and video output in the GUI. Memory assignment issues in GUI as well.
2018-05-17 11:57:07 +08:00
Tadas Baltrusaitis
838337c760
Moving OpenFace 2.0 to develop branch and getting ready for master.
2018-05-06 08:19:09 +01:00
Tadas Baltrusaitis
8da705452f
Some fixes with recordings
2018-01-28 10:16:20 +00:00
Tadas Baltrusaitis
0ffc272ff4
Adding option for camera parameters with new interface.
2018-01-27 12:12:36 +00:00
Tadas Baltrusaitis
da458f1ab6
Cleaning up reading from a webcam.
2018-01-27 07:46:21 +00:00
Tadas Baltrusaitis
20276a00b2
Working towards proper camera selection.
2018-01-27 06:59:37 +00:00
Tadas Baltrusaitis
3b63728b9b
Starting to add support for proper webcam listing.
2018-01-26 07:59:10 +00:00
Tadas Baltrusaitis
f9608aa758
Getting ready for new type of camera listing.
2018-01-25 08:22:45 +00:00
Tadas Baltrusaitis
7f9e883fdc
Starting to move video processing to new c++ interface
2018-01-22 17:43:05 +00:00