- 30 Jan, 2013 36 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
cuda-geek authored
-
cuda-geek authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
-
Andrey Kamaev authored
-
Ivan Korolev authored
-
Ivan Korolev authored
-
Andrey Kamaev authored
Сonflict exists between some versions of libtiff and opencv headers
-
Ilya Lysenkov authored
-
Ilya Lysenkov authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Ilya Lysenkov authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
Tutorial text was not consistent with tutorial source code in samples directory. Inline source code was replaced on "includeliteral" directive with link to cpp file.
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Ilya Lysenkov authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
-
Ivan Korolev authored
-
Daniil Osokin authored
-
Daniil Osokin authored
-
Daniil Osokin authored
-
- 29 Jan, 2013 4 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
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.
-