Closed jonathanhickford closed 8 years ago
I'm getting the error below when building on OS X Yosemite and using opencv-3.0.0 beta.
Is this due to a change between opencv 2.9 and 3?
error: no member named 'create' in 'cv::Algorithm' detector = cv::Algorithm::createcv::FeatureDetector(detectorType.c_str());
yes, this is due to the change in the API between opencv 2.9 and 3.0. I'll try to make it compatible when I have free time.
I'm getting the error below when building on OS X Yosemite and using opencv-3.0.0 beta.
Is this due to a change between opencv 2.9 and 3?
error: no member named 'create' in 'cv::Algorithm' detector = cv::Algorithm::createcv::FeatureDetector(detectorType.c_str());