Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Problem on initialize FeatureDetector or DescriptorExtractor on OpenCV 3.0

Hello mates.

I'm trying to change my old OrbFeatureDetector for a Ptr<FeatureDetector> and giving the parameter ORB, but when I try to detect something as:

Ptr<FeatureDetector> detector = FeatureDetector::create<FeatureDetector>("ORB");
detector->detect(img_object, keypoints_object);
  1. My detector is null
  2. I get an EXC_BAD_ACCESS with address=0x0

Do you have any idea why it could happen?

Thank you in advance.