我试图使用opencv_contrib来构建OpenCV 4.0,但是它不起作用。
xfeatures2d.hpp
具有以下行,并且错误位于
cv :: FastFeatureDetector :: DetectorType
CV_EXPORTS void FASTForPointSet( InputArray image, CV_IN_OUT std::vector<KeyPoint>& keypoints,
int threshold, bool nonmaxSuppression=true, cv::FastFeatureDetector::DetectorType type=FastFeatureDetector::TYPE_9_16);
我检查了FasFeatureDetector及其父级内部,该类确实没有为DetectorType定义。
我要在此处发布消息,以查看是否有人出现此错误,或者将OpenCV 4.0-alpha与opencv_contrib结合使用时是否存在错误。如果有人可以帮忙,谢谢。