Installing OpenCV in Ubuntu 14.10

后端 未结 3 1719
慢半拍i
慢半拍i 2020-12-30 16:26

I\'m trying to install OpenCV in Ubuntu 14.10 according to instruction. I installed all mentioned dependencies, but when I\'m trying to run make I get such erro

3条回答
  •  醉话见心
    2020-12-30 17:19

    Unless you have special reasons I would suggest installing the OpenCV that are already in the Ubuntu repository: sudo apt-get install libopencv-dev

    For video codecs I suggest simply trying to install all ffmpeg and gstreamer related codec packages.

提交回复
热议问题