24 Commits (838961a2894d87df22ecc5c83c81fedd655fbcac)

Author SHA1 Message Date
berak 773616ee04 swapped x,y in elbp_ 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
Vadim Pisarevsky 2e54e2a586 fixed problem with LBPHFaceRecognizer::update() without breaking binary compatibility. 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Philipp Wagner cfa250eff5 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. 13 years ago
Philipp Wagner 9db42aca04 Issue #2232: Bugfixes for 64bit Python-compability. 13 years ago
Philipp Wagner 2c2d6fa5fd Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly. 13 years ago
Philipp Wagner 989631c5cc facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning. 13 years ago
Philipp Wagner 4a4f90c406 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. 13 years ago
Philipp Wagner 62a8f6783e FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes. 13 years ago
Philipp Wagner f29d73fe86 Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works). 13 years ago
Philipp Wagner 5983f8008f 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. 13 years ago
Philipp Wagner 79b45b1392 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. 13 years ago
Eric Christiansen f08996bd37 asserted in LBPH code that images must have a single channel 13 years ago
Andrey Kamaev 3a40f27655 Merged facerec from the trunk 13 years ago
Andrey Kamaev 35a31e1c35 Fixed few warnings 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Philipp Wagner 7b544d2a6d 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. 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Philipp Wagner b3c61ee0fe Minor grammatical correction in comments. 13 years ago
Philipp Wagner cd7d93f362 Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly. 13 years ago
Philipp Wagner ee1b671279 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. 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Vadim Pisarevsky 41c932f306 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 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev b756033206 Fixed several warnings on various platforms 13 years ago
Andrey Kamaev 7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
Andrey Kamaev 4a996111ea Fixed Android build warnings 13 years ago
Vadim Pisarevsky 5777689fe9 fixed build errors & warnings on VS2010 13 years ago
Vadim Pisarevsky cec8f719a3 added face recognition algorithms, LDA, colormaps (all by Philipp Wagner) 13 years ago