- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 11 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 03 Feb, 2013 1 commit
-
-
Andy Maloney authored
-
- 01 Feb, 2013 1 commit
-
-
Andy Maloney authored
-
- 21 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 20 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 08 Nov, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 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.
-