Nonfree module is missing in OpenCV 3.0

后端 未结 2 1916
轮回少年
轮回少年 2020-11-27 06:30

I have built the openCV 3.0 alpha version from source with support for CUDA and TBB. Now, I want to do feature detection and feature matching using SURF algorithm. SurfFeatu

2条回答
  •  被撕碎了的回忆
    2020-11-27 07:05

    You could also install all the non-free stuff from this PPA

    sudo add-apt-repository ppa:ignaciovizzo/opencv3-nonfree
    sudo apt-get update
    sudo apt install libopencv-dev
    

提交回复
热议问题