xfeatures2d not found in OpenCV on Ubuntu

前端 未结 2 1793
清酒与你
清酒与你 2020-12-11 21:30

I am using OpenCV version 3.2.0 and xfeatures2d is not found on this. Is there any way I can install this to the same version of OpenCV?

>>> import          


        
2条回答
  •  一个人的身影
    2020-12-11 22:01

    http://www.pyimagesearch.com/2015/06/22/install-opencv-3-0-and-python-2-7-on-ubuntu/ This link has all the steps required to install opencv 3 along with opencv_contrib.

    In case the xfeatures2d doesn't work even after finishing all the steps mentioned in the above link, then clone https://github.com/opencv/opencv_contrib.git for opencv_contrib.

提交回复
热议问题