- 21 Apr, 2011 5 commits
-
-
Vadim Pisarevsky authored
-
Vladislav Vinogradov authored
-
James Bowman authored
-
James Bowman authored
-
James Bowman authored
-
- 20 Apr, 2011 4 commits
-
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 19 Apr, 2011 5 commits
-
-
Victor Erukhimov authored
-
Vadim Pisarevsky authored
-
Alexey Kazakov authored
-
Vadim Pisarevsky authored
-
Alexey Kazakov authored
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ). Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
-
- 18 Apr, 2011 8 commits
-
-
Vladimir Dudnik authored
-
Vladimir Dudnik authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Andrey Morozov authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 17 Apr, 2011 3 commits
-
-
Elena Fedotova authored
-
Vadim Pisarevsky authored
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
-
Vadim Pisarevsky authored
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
-
- 15 Apr, 2011 6 commits
-
-
Vladimir Dudnik authored
-
Ilya Lysenkov authored
-
Ilya Lysenkov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 14 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches)
-
- 13 Apr, 2011 1 commit
-
-
Nils Hasler authored
* if the filename looks like a URI, it is opened in non-blocking mode, cvQueryFrame() could skip frames or grab one frame more than once * if the filename looks like a filename, it is opened in blocking mode. cvQueryFrame() grabs consecutive frames * otherwise the filename is interpreted as a gstreamer pipeline as used with gst-launch. The last element of the pipeline has to have the property name=to-opencv
-
- 11 Apr, 2011 2 commits
-
-
Andrey Kamaev authored
-
Alexey Spizhevoy authored
-
- 10 Apr, 2011 3 commits
-
-
Elena Fedotova authored
-
Elena Fedotova authored
-
Elena Fedotova authored
-
- 08 Apr, 2011 2 commits
-
-
Alexey Spizhevoy authored
added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp
-
Alexey Spizhevoy authored
-