- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This reverts commit 94b97b7a.
-
- 08 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Oct, 2012 1 commit
-
-
marina.kolpakova authored
fix compilation OpenCV with cxx11 under Ubuntu with clang and gcc 4.7
-
- 04 Oct, 2012 1 commit
-
-
Leonid Beynenson authored
-
- 23 Sep, 2012 1 commit
-
-
Vadim Pisarevsky 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.
-
- 04 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 03 Sep, 2012 1 commit
-
-
Vadim Pisarevsky authored
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
-
- 31 Aug, 2012 2 commits
-
-
Alexandre Benoit authored
updated Retina module code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper... compile error corrected
-
Alexandre Benoit authored
updated code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper
-
- 30 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 29 Aug, 2012 1 commit
-
-
noob authored
Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms
-
- 28 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 24 Aug, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 06 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 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
-
- 09 Jul, 2012 1 commit
-
-
Leonid Beynenson authored
Changed DetectionBasedTracker a bit to make its method addObject to return an integer value -- the id of the new added object.
-
- 05 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 02 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Jun, 2012 5 commits
-
-
Andrey Kamaev authored
-
Marina Kolpakova authored
-
Marina Kolpakova authored
-
Leonid Beynenson authored
Added possibility in the class DetectionBasedTracker to work as a tracker only -- without the mainDetector. In this case new objects will be added into it by the method addObject(const cv::Rect& location).
-
Marina Kolpakova authored
-
- 26 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 25 Jun, 2012 1 commit
-
-
Alexander Smorkalov authored
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
-
- 24 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-