Fixed issue 3130 (http://code.opencv.org/issues/3130), where one argument of the...
authorAlexander Pacha <alexander.pacha@gmail.com>
Thu, 4 Jul 2013 04:36:29 +0000 (16:36 +1200)
committerAlexander Pacha <alexander.pacha@gmail.com>
Thu, 4 Jul 2013 04:36:29 +0000 (16:36 +1200)
commiteaa29110e1620aea589b7953e9d29d66a902a2ea
tree362635ff1ff54dc86d83f02f6a42f32b5304026a
parent6bf8f474fa6cb543876c2e1784badd4a98bb39b5
Fixed issue 3130 (code.opencv.org/issues/3130), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors.
Now it behaves like ORB (and how it is documented), and you can call BRISK to just generate feature points and no descriptors.
modules/features2d/src/brisk.cpp