- 30 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
changed default parameters of SURF, which improved its performance. Restored bi-linear interpolation in SURF descriptor extractor. Added test for SURF homography + check for non-zero (positive) responses.
-
- 22 Jan, 2013 1 commit
-
-
Anna Kogan authored
-
- 05 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 25 Jul, 2012 2 commits
-
-
marina.kolpakova authored
-
marina.kolpakova authored
-
- 17 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 11 Jul, 2012 1 commit
-
-
Alexander Mordvintsev authored
(see also r8895, r8887 and #2043)
-
- 09 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 02 Jul, 2012 2 commits
-
-
Andrey Kamaev authored
-
Maria Dimashova authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 25 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 20 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 04 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
-
- 29 Mar, 2012 1 commit
-
-
Andrey Kamaev authored
#1349 tbb::mutex is moved to outer scope to be sure that its initialization is completed before the parallel loop
-
- 28 Mar, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 26 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
-
- 16 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 08 Jun, 2011 1 commit
-
-
Maria Dimashova authored
-
- 24 May, 2011 1 commit
-
-
Leonid Beynenson authored
Small change in the SURF algorithm to be sure that without TBB the template parallel_for is not used (the reason: the parallelization in the SURF algorithm conflicts with ThreadingFramework, which is a temporary substitute of TBB for ARMs)
-
- 18 Apr, 2011 1 commit
-
-
Vladimir Dudnik authored
-
- 18 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
-
- 23 Dec, 2010 1 commit
-
-
Vladimir Dudnik authored
-
- 30 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
temporarily turn off TBB threading when computing SURF descriptors (as the parallel version seems to produce different descriptors on each run)
-
- 22 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
integrated multi-threaded version of SURF (thanks to imahon and yvo2m for the patch; see ticket #275)
-
- 16 Nov, 2010 1 commit
-
-
Maria Dimashova authored
-
- 15 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 12 Nov, 2010 1 commit
-
-
Maria Dimashova authored
-