opencv/modules
Vadim Pisarevsky c69312ea0d fixed #2580, #2210. some work on #2025.
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.
2013-01-29 19:38:56 +04:00
..
androidcamera Consistently use 4-digit library version 2013-01-18 14:57:55 +04:00
calib3d Rebase and merge pull request #342 from ilysenkov/bugfix_2470 2013-01-29 15:53:42 +04:00
contrib Documentation build warning fixes. 2013-01-14 17:58:27 +04:00
core Merge pull request #339 from vpisarev:core_fixes 2013-01-29 15:51:22 +04:00
features2d check of keypoint index range in drawMatches 2013-01-22 00:37:27 +04:00
flann Documentation build warning fixes. 2013-01-14 17:58:27 +04:00
gpu fixed build for CARMA: 2013-01-23 21:05:08 +04:00
highgui Merge pull request #347 from asmorkalov:WITH_FFMPEG_logic 2013-01-29 14:00:10 +04:00
imgproc Fixed formula of YCrCb to RGB conversion (bug #2725) 2013-01-28 18:29:01 +04:00
java Resolve warning in OpenCV Library project in Eclipse (Bug #2714) 2013-01-28 19:44:58 +04:00
legacy Documentation build warning fixes. 2013-01-14 17:58:27 +04:00
ml Documentation build warning fixes. 2013-01-14 17:58:27 +04:00
nonfree fixed #2580, #2210. some work on #2025. 2013-01-29 19:38:56 +04:00
objdetect Fix mem leak and mismatched new/delete 2013-01-28 17:57:19 -05:00
ocl Fix mem leak and mismatched new/delete 2013-01-28 17:57:19 -05:00
photo Fix integer overflow in NL-Means denoising on white input 2013-01-28 14:35:51 +04:00
python hopefully fixed handling of 'long' Python type in OpenCV bindings (bug #2193). added the corresponding test 2013-01-28 21:03:59 +04:00
stitching Documentation build warning fixes. 2013-01-14 17:58:27 +04:00
ts Merge pull request #328 from jet47:new-gpu-fixes 2013-01-29 11:00:37 +04:00
video Merge pull request #296 from asmorkalov:html_docs_warning_fix 2013-01-16 16:44:13 +04:00
videostab Fix build with STLPort from NDK r8d 2012-12-22 00:59:56 +04:00
world Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00