332 Commits (f8b23cff18abbc5c3f7f9117a242b7298dbaa7f2)

Author SHA1 Message Date
Andrey Kamaev a78bd92b8e Documentation: fixed duplicated appendix reference 13 years ago
Andrey Kamaev c68eb408c0 Merged the trunk r8917:8919 13 years ago
Philipp Wagner 927523bc3d Bug 2129: Fix for missing citations in FaceRecognizer documentation. 13 years ago
Andrey Kamaev 3a40f27655 Merged facerec from the trunk 13 years ago
Andrey Kamaev 5d6c90e166 Fixed bugs in facerec documentation 13 years ago
Andrey Kamaev 35a31e1c35 Fixed few warnings 13 years ago
Marina Kolpakova 162f9fd7ea merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 13 years ago
Marina Kolpakova 680a44189c merged the trunk r8704:8716 13 years ago
Leonid Beynenson 35344569bf Added possibility in the class DetectionBasedTracker to work as a tracker only -- without the mainDetector. 13 years ago
Marina Kolpakova 6cca6a4548 merged the trunk r8669:8702 13 years ago
Philipp Wagner ea0b57cc23 API Link corrected. 13 years ago
Philipp Wagner d636c677f4 API Link corrected. 13 years ago
Philipp Wagner f2e78eed8c Fixed wrong restructured text directive, when referencing to other documents. 13 years ago
Philipp Wagner a15d97b716 Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials). 13 years ago
Andrey Kamaev ecf6b5a87c Making all dependencies from highgui module optional 13 years ago
Alexander Smorkalov 80febef237 revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated. 13 years ago
Andrey Kamaev 7b806f6008 fixed several documentation errors 13 years ago
Andrey Kamaev bd901eb52d Reverted r8721 and r8725 (issue #2080) 13 years ago
Alexander Smorkalov a3be73b5cc revisions 8681 and 8688 restored. Warning fixed. 13 years ago
Andrey Kamaev e94e5866a1 Fixed mingw build warnings 13 years ago
Andrey Kamaev d48d7b2b46 Updated warning options for GCC; fixed new warnings. 13 years ago
Andrey Kamaev e8d158a5c8 Reverted changes breaking Android build 13 years ago
Maria Dimashova 9152d3fee2 minor fixing 13 years ago
Alexander Smorkalov 1736cc9739 Code style fix. dbt face detection example turned off for Windows. 13 years ago
Alexander Smorkalov 7c160cdc30 Detection based tracker was refactored. Detector interface added. 13 years ago
Andrey Kamaev 33d9e2354a Fixed Android build with Eigen. 13 years ago
Philipp Wagner 000bf4af48 Two colormaps removed from the list of colormaps, as they are no visually improved enhancement to a Jet colormap. 13 years ago
Philipp Wagner 2c9e81a3ec The COLORMAP_PINK colormap was missing in applyColorMap. 13 years ago
Andrey Kamaev f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Maria Dimashova 5df3c44d30 added check to weight in rgbd 13 years ago
Maria Dimashova 1774e73324 added weighting to rgbd odometry 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
Marina Kolpakova 6727e4cb6d fixed build under android 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 586d5a6024 Merged lda fix from 2.4 branch (Fixed reconstruction, so that the mean is correctly added to the reconstructed image.) 13 years ago
Philipp Wagner 0bd287a8f2 Fixed reconstruction, so that the mean is correctly added to the reconstructed image. 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Andrey Kamaev 7b5a45eac4 Merged the trunk r8384:8407 (inclusive) 13 years ago
Andrey Kamaev 78329b0dfe New bunch of documentation fixes 13 years ago
Leonid Beynenson 32878f8577 Added a check of the DetectionBasedTracker's inner state in the main thread function of this class. 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