Commit Graph

20 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
77eae16732 Removing TBB dependency (#590)
Removing a TBB dependence for code parallelization (done through OpenCV's parralel_for_
2018-10-20 10:45:35 +01:00
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
cdecf902cd Updating licensing in source code files. More thorough travis tests. 2018-05-29 18:03:26 +01:00
Tadas Baltrusaitis
40a975c6c6 Getting rid of some compiler warnings. 2018-05-06 20:51:50 +01: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
a4de1d42a5 Interface changes to provide multi output support, also enforcing parameters in executables. 2018-02-23 08:25:19 +00:00
Tadas Baltrusaitis
da458f1ab6 Cleaning up reading from a webcam. 2018-01-27 07:46:21 +00:00
Tadas Baltrusaitis
7d58b86020 Some plumbing:
- support for 16 bit images
- preventing copy constructors for certain utilities classes
2017-12-15 19:56:58 +00:00
Tadas Baltrusaitis
e629ae50be A number of fixes to the recorder:
- camera parameters in the meta file
- fixing bug with video output
- Relative and full path input in the meta file
2017-12-12 08:55:23 +00:00
Tadas Baltrusaitis
1d3f32b7df Working towards better metafile information. 2017-12-04 11:48:44 +00:00
Tadas Baltrusaitis
21bdf03801 More patches and small fixes for recording and visualization. 2017-11-24 17:16:15 +00:00
Tadas Baltrusaitis
dfdebd1e60 Getting ready to process images with the new interface. 2017-11-14 09:05:20 +00:00
Tadas Baltrusaitis
312d9e9608 Fixing scripts with new capture and recorder. 2017-11-10 20:40:59 +00:00
Tadas Baltrusaitis
d5a3af7ece Integrating SequenceCapture to FaceLandmarkVid 2017-11-10 18:49:30 +00:00
Tadas Baltrusaitis
d923c96906 A couple of bug fixes for sequence capture. 2017-11-09 20:43:53 +00:00
Tadas Baltrusaitis
e22060d073 Getting ready to testing a new sequence recorder. 2017-11-09 19:56:16 +00:00
Tadas Baltrusaitis
6c14aeab89 Big cleanup for SequenceCapture 2017-11-09 18:25:49 +00:00
Tadas Baltrusaitis
839e1bc738 Working on sequence captures. 2017-11-08 20:50:46 +00:00
Tadas Baltrusaitis
e8511cd10f Working on SequenceCapture functionality. 2017-11-08 19:38:37 +00:00
Tadas Baltrusaitis
9c1fc21da1 Script fixes, and confidence correction where it should be (not in the executable scripts), starting work on capture in utilities 2017-11-08 09:02:50 +00:00