- 30 May, 2012 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 Apr, 2012 3 commits
-
-
Vadim Pisarevsky authored
added documentation for ORB (ticket #1835). updated documentation on features2d (Feature2D class is still to be documented) (ticket #1819)
-
Alexander Shishkov authored
-
Alexander Shishkov authored
-
- 27 Apr, 2012 2 commits
-
-
Vadim Pisarevsky authored
put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng)
-
Vadim Pisarevsky authored
added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*"
-
- 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.
-
- 16 Apr, 2012 1 commit
-
-
Maria Dimashova authored
-
- 13 Apr, 2012 1 commit
-
-
Ilya Lysenkov authored
-
- 12 Apr, 2012 1 commit
-
-
Maria Dimashova authored
-
- 10 Apr, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 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.
-
- 30 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 29 Mar, 2012 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 Mar, 2012 1 commit
-
-
Maria Dimashova authored
-
- 27 Mar, 2012 1 commit
-
-
Maria Dimashova 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.
-
- 20 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 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
-
- 12 Mar, 2012 1 commit
-
-
Ilya Lysenkov authored
-
- 02 Mar, 2012 1 commit
-
-
Alexander Shishkov 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)
-
- 03 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
[~] Automatically tracked dependencies between modules [+] Support for optional module dependencies [+] Options to choose modules to build [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV) [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
-
- 29 Dec, 2011 1 commit
-
-
Andrey Kamaev authored
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
-
- 21 Dec, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 29 Nov, 2011 1 commit
-
-
Alexander Mordvintsev authored
-
- 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.
-