Commit Graph

13 Commits

Author SHA1 Message Date
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
630aba9006 Removing code duplication and getting rid of some C++ warnings due to float/double and signed/unsigned mixing. 2018-09-18 08:24:16 +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
a15a8419ad Passing camera parameters through GUI in image reading. 2018-01-31 21:08:54 +00:00
Tadas Baltrusaitis
7f9e883fdc Starting to move video processing to new c++ interface 2018-01-22 17:43:05 +00:00
Tadas Baltrusaitis
d5f63dbbe3 Continuing work on the recorder interop for recording in c# 2018-01-18 08:08:29 +00:00
Tadas Baltrusaitis
2e9f75e0ad More work on GUI for image processing support 2018-01-12 09:39:59 +00:00
Tadas Baltrusaitis
07dadf6600 Working towards new interface with GUI 2018-01-09 17:08:39 +00:00
Tadas Baltrusaitis
fd45ec7ca5 Making sure stuff compiles after the merge. 2018-01-02 18:09:11 +00:00