- 08 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
-
- 05 Apr, 2012 1 commit
-
-
Andrey Kamaev 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
-
- 23 Mar, 2012 1 commit
-
-
Leonid Beynenson authored
Made small change which fixes the situation, when ORB does not find any descriptors on an image. Earlier ORB::operator() crashed in this case, since rowRange method was called for an empty matrix.
-
- 17 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Mar, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
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.
-
- 13 Mar, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 16 Feb, 2012 2 commits
-
-
Andrey Kamaev authored
-
Vincent Rabaud authored
-
- 14 Feb, 2012 1 commit
-
-
Anatoly Baksheev authored
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
-
- 22 Nov, 2011 1 commit
-
-
Vadim Pisarevsky authored
updated ORB: limit the number of output keypoints, use bi-linear interpolation between subsequent layers instead of much slower area-based interpolation between 0-th and i-th layers.
-
- 08 Nov, 2011 1 commit
-
-
Vadim Pisarevsky authored
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
-
- 21 Oct, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 11 Oct, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Oct, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Sep, 2011 1 commit
-
-
Alexander Mordvintsev authored
fixed problem with incorrect distance values returned by FlannBasedMatcher for hamming metric (int's were interpreted as floats)
-
- 16 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
-
- 14 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Aug, 2011 2 commits
-
-
Maria Dimashova authored
added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290)
-
Maria Dimashova authored
-
- 08 Aug, 2011 2 commits
-
-
Maria Dimashova authored
-
Maria Dimashova authored
-
- 06 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Aug, 2011 1 commit
-
-
Maria Dimashova authored
-
- 04 Aug, 2011 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 19 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
-
- 13 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
-
- 08 Jul, 2011 2 commits
-
-
Maria Dimashova authored
-
Maria Dimashova authored
-
- 01 Jul, 2011 1 commit
-
-
Vincent Rabaud authored
-
- 29 Jun, 2011 2 commits
-
-
Vadim Pisarevsky authored
-
Vincent Rabaud authored
-
- 24 Jun, 2011 1 commit
-
-
Vincent Rabaud authored
-
- 17 Jun, 2011 2 commits
-
-
Maria Dimashova authored
-
Vladimir Dudnik authored
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
-