- 14 Jan, 2014 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 13 Jan, 2014 1 commit
-
-
Andrey Pavlenko authored
-
- 09 Jan, 2014 2 commits
-
-
Andrey Pavlenko authored
-
Patrick Tsai authored
Original error without the fix: opencv/modules/objdetect/src/cascadedetect.cpp: In member function 'bool cv::CascadeClassifierImpl::ocl_detectSingleScale(const cv::_InputArray&, cv::Size, int, double, cv::Size)': /opencv/modules/objdetect/src/cascadedetect.cpp:1215: error: no matching function for call to 'cv::ocl::Kernel::args(cv::ocl::KernelArg, cv::ocl::KernelArg, cv::ocl::KernelArg, int, cv::ocl::KernelArg, cv::ocl::KernelArg, cv::ocl::KernelArg, cv::Size&, int&, float, cv::Rect&, cv::Size&, cv::CascadeClassifierImpl::<anonymous enum>)'
-
- 26 Dec, 2013 1 commit
-
-
Alexander Karsakov authored
-
- 23 Dec, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 20 Dec, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 Dec, 2013 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 17 Dec, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 12 Dec, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Dec, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Dec, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Dec, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Nov, 2013 1 commit
-
-
StevenPuttemans authored
-
- 22 Nov, 2013 1 commit
-
-
Piotr Miecielica authored
-
- 21 Nov, 2013 1 commit
-
-
Piotr Miecielica authored
-
- 18 Nov, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 17 Nov, 2013 1 commit
-
-
Anatoly Baksheev authored
-
- 15 Oct, 2013 1 commit
-
-
lluis authored
Fix a bug in the er tree clean-up process (see discussion in https://github.com/Itseez/opencv/pull/1520). It's not necessary to walk the er tree in order to clean up the memory since it's possible to cleanup the regions in the stack just by iterating over the er_stack vector instead of walking the tree structure. This turns out to be safer because the tree structure of those regions may have been modified previously in er_save function.
-
- 08 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Sep, 2013 1 commit
-
-
lluis authored
Updated documentation and sample to use the new function API
-
- 23 Sep, 2013 1 commit
-
-
lluis authored
-
- 20 Sep, 2013 2 commits
-
-
lluis authored
-
Vadim Pisarevsky authored
-
- 19 Sep, 2013 1 commit
-
-
lluis authored
Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline
-
- 13 Sep, 2013 3 commits
-
-
lluis authored
first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes
-
lluis authored
renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory).
-
lluis authored
functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object
-