- 08 Nov, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 1 commit
-
-
OpenCV Buildbot authored
-
- 07 Sep, 2012 1 commit
-
-
Philipp Wagner authored
The labels of a model are now cloned instead of using Mat::copyTo, because Mat::copyTo leads to a crash with the Python wrapper. I need to further investigate it.
-
- 05 Aug, 2012 2 commits
-
-
Philipp Wagner authored
-
Philipp Wagner authored
Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.
-
- 31 Jul, 2012 2 commits
-
-
Philipp Wagner authored
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.
-
Philipp Wagner authored
facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting.
-
- 30 Jul, 2012 1 commit
-
-
Philipp Wagner authored
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
-
- 29 Jul, 2012 3 commits
-
-
Philipp Wagner authored
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).
-
Philipp Wagner authored
Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp.
-
Philipp Wagner authored
Bug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model.
-
- 26 Jul, 2012 1 commit
-
-
Eric Christiansen authored
-
- 02 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Jun, 2012 2 commits
-
-
Philipp Wagner authored
Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data.
-
Andrey Kamaev authored
-
- 10 Jun, 2012 3 commits
-
-
Philipp Wagner authored
-
Philipp Wagner authored
Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly.
-
Philipp Wagner authored
Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented.
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 21 May, 2012 1 commit
-
-
Vadim Pisarevsky authored
FaceRecognizer class is now derived from Algorithm, therefore it's possible to set and retrieve the parameters using conventional Algorithm::set and Algorithm::get methods
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 08 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
-
- 27 Mar, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 25 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-