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
befa9b310995aeb8c11dd30cf4467d6cb268a9e6
opencv
/
modules
/
features2d
T
History
Leonid Beynenson
a97c2c838c
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
..
doc
…
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
…
CMakeLists.txt
…