I'm trying a simple AKAZE features example and I got the error ‘create’ is not a member of ‘cv::FeatureDetector:
Ptr<FeatureDetector> detector = FeatureDetector::create("AKAZE");
1 | initial version |
I'm trying a simple AKAZE features example and I got the error ‘create’ is not a member of ‘cv::FeatureDetector:
Ptr<FeatureDetector> detector = FeatureDetector::create("AKAZE");
2 | No.2 Revision |
I'm trying a simple AKAZE features example and I got the error ‘create’ is not a member of ‘cv::FeatureDetector:
Ptr<FeatureDetector> detector = FeatureDetector::create("AKAZE");
Any idea on how to initialize AKAZE? I tried matchmethod_orb_akaze_brisk.cpp example previously in my Ubuntu 12.04 but it gave me a Segmentation Fault.