mexopencv is a matlab library that acts as a wrapper around opencv
Downloading the opencv version from Feb 18 2013 and building mexopencv, you will encounter a compilation error at src/+cv/private/FeatureDetector_.cpp .
Apparently SHORT was removed from the list of Param types in OpenCV. To fix, modify the FeatureDetector_.cpp and remove references to cv::Param::Short from three lines 27, 46, and 63 and it compiles without a problem.
Downloading the opencv version from Feb 18 2013 and building mexopencv, you will encounter a compilation error at src/+cv/private/FeatureDetector_.cpp .
Apparently SHORT was removed from the list of Param types in OpenCV. To fix, modify the FeatureDetector_.cpp and remove references to cv::Param::Short from three lines 27, 46, and 63 and it compiles without a problem.
No comments:
Post a Comment