我正在使用OpenCV版本3.2.0,在此找不到xfeatures2d。有什么办法可以将其安装到相同版本的OpenCV?
>>> import cv2 >>> help(cv2.xfeatures2d) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'xfeatures2d'
http://www.pyimagesearch.com/2015/06/22/install-opencv-3-0-and-python-2-7-on- ubuntu/ 此链接包含安装opencv 3和opencv_contrib所需的所有步骤。
如果xfeatures2d即使完成了以上链接中提到的所有步骤后仍无法正常工作,请为opencv_contrib克隆https://github.com/opencv/opencv_contrib.git。