Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

ORB Bug, compute removes all keypoints?

I have a little image 50x50.

I do something like this (pseudocode):

 OrbFeatureDetector.detect(object,kp);
 //> kp.size() is about 50 keypoints

 OrbFeatureExtractor.compute(object,kp,kpDesc);
 //> Now kp.size() == 0

This mean that after I have called .compute the method has deleted all keypoints.

The Image I am using is this: image description

I believe this is some sort of bug. Someone can confirm? I am using OpenCV 2.4.5