This website requires JavaScript.
Explore
Help
Sign In
third_party
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
5aae21c037576ce488fa7be5eb700c186f875167
opencv
/
modules
/
features2d
T
History
Maria Dimashova
9c12cc6b03
added doc on DenseFeatureDetector (
#1311
)
2012-03-28 09:39:40 +00:00
..
doc
added doc on DenseFeatureDetector (
#1311
)
2012-03-28 09:39:40 +00:00
include/opencv2
/features2d
increased the default number of pyramid layers in ORB; updated test data
2012-03-20 14:20:06 +00:00
perf
…
src
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.
2012-03-23 12:06:49 +00:00
test
added test case of matching the same descriptors
2012-03-27 13:20:54 +00:00
CMakeLists.txt
…