Setting/Installing up OpenCV 2.4.6.1+ on Ubuntu 12.04.02

后端 未结 4 962
既然无缘
既然无缘 2020-12-14 04:48

I had previously used OpenCV 2.4.5 with some certain configs and packages on Ubuntu 12.04.1 but had issues upgrading to OpenCV 2.4.6.1 on Ubuntu 12.04.2

I would like

4条回答
  •  时光说笑
    2020-12-14 05:19

    To install OpenCV on Ubuntu from http://namhuy.net/1205/how-to-install-opencv-on-ubuntu.html

    $ su -
    # apt-get update
    # apt-get install build-essential
    # apt-get install libavformat-dev
    # apt-get install x264 v4l-utils ffmpeg
    # apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv opencv-doc libcv-dev libcvaux-dev libhighgui-dev
    

提交回复
热议问题