delmottea / libCMT

c++ port of the python code from https://github.com/gnebehay/CMT
BSD 3-Clause "New" or "Revised" License
67 stars 45 forks source link

Building against opencv 3 on OS X #11

Closed jonathanhickford closed 7 years ago

jonathanhickford commented 9 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());

delmottea commented 9 years ago

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.