- 14 Jun, 2013 1 commit
-
-
Ivan Korolev authored
-
- 29 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
modified SIFT to 1) double image before finding keypoints, 2) use floating-point internally instead of 16-bit integers, 3) set the keypoint response to the abs(interpolated_DoG_value). step 1) increases the number of detected keypoints significantly and together with 2) and 3) it improves some detection benchmarks. On the other hand, the stability of the small keypoints is lower, so the rotation and scale invariance tests now struggle a bit. In 2.5 need to make this feature optional and add some more intelligence to the algorithm. added test that finds a planar object using SIFT.
-
- 25 Jul, 2012 1 commit
-
-
marina.kolpakova authored
-
- 14 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky 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
-
- 03 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
-
- 28 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.
-