With OpenCV 3 I get a SegFault when running the detect()
function of either the ORB or AKAZE detector although the pointer is not null. I assume that something is not initialized. But my compiler is unable to find the previously necessary cv::initModule_features2d();
. What do I need to do to initialize the feature detectors properly?