229 Commits (f177e65871b53ad465459254e732da013e9dab13)

Author SHA1 Message Date
Vadim Pisarevsky 427ce1247a some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover 12 years ago
Andrey Kamaev 0e9405e591 Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation 12 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. 12 years ago
Philipp Wagner a5e37779fb Added a simple CMakeLists.txt to the facerec_samples, which are not included in the samples folder. Makes building these samples a lot easier. 12 years ago
Andrey Kamaev 07d92d9e5a Fix android build warnings 12 years ago
Vadim Pisarevsky 67ff95083d added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters 12 years ago
Alexandre Benoit 37fe2a252a updated Retina module code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper... compile error corrected 12 years ago
Alexandre Benoit 5a6114e299 updated code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper 12 years ago
Alexandre Benoit ffb3842ef1 updated retina documentation 12 years ago
Alexandre Benoit 52b4b5b052 added retina module documentation 12 years ago
Andrey Kamaev b2acf50c81 Fix build warning introduced in commit:424bc609b6f352a2b10f2a01ffcd037483e3591f 12 years ago
noob 424bc609b6 Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms 12 years ago
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 12 years ago
Andrey Kamaev bbbe77e05e Fix Android build for mips platform 12 years ago
Andrey Kamaev c9d078ab00 Fix formatting in detection based tracker 12 years ago
Andrey Kamaev ce11c0d1eb Fix formatting in detection based tracker 12 years ago
Andrey Kamaev 9981b283a6 Fixed build warnings (including error in FAST) 12 years ago
Philipp Wagner 9db42aca04 Issue #2232: Bugfixes for 64bit Python-compability. 12 years ago
Philipp Wagner 2c2d6fa5fd Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly. 12 years ago
Philipp Wagner 989631c5cc facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning. 12 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. 12 years ago
Philipp Wagner 62a8f6783e FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes. 12 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). 12 years ago
Philipp Wagner b2deab2175 Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked. 12 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. 12 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. 12 years ago
Eric Christiansen f08996bd37 asserted in LBPH code that images must have a single channel 12 years ago
Leonid Beynenson 6d3db49932 Changed DetectionBasedTracker a bit to make its method addObject to return an integer value -- the id of the new added object. 13 years ago
Philipp Wagner 3ac6272c3b Grammar and Formatting fixes. Added link to the Yale Facedatabase A. Added download directive links for linking to the sample source code samples. 13 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago
Andrey Kamaev b1eba01afb Fixed several mistakes in documentation 13 years ago
Vadim Pisarevsky acf356b080 added contrib module support in Python wrappers (thanks to Eric Christiansen) 13 years ago
Andrey Kamaev 51f6127e0a Merged the recent fixes from 2.4 branch 13 years ago
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