OpenCV 2.3.1 packages for Ubuntu 11.10 with CUDA support

I've updated the OpenCV packages in the opencv2.3 launchpad PPA. FFMPEG is working again, and I also enabled CUDA support. I made a separate CUDA Toolkit PPA.

Differences compared to the original Ubuntu packages:

  • OpenCV 2.3.1
  • Libraries are in libopencv2.3
  • Development files are in libopencv-dev
  • TBB is enabled
  • SSE3 is enabled
  • CUDA GPU computing is enabled
  • Documentation PDF's are in the opencv-doc package
  • Installation:

    $ sudo add-apt-repository ppa:gijzelaar/cuda
    $ sudo add-apt-repository ppa:gijzelaar/opencv2.3
    $ apt-get update
    $ apt-get install libopencv-dev
    

    Let me know if there are some problems in the comments, but please don't e-mail me about OpenCV related questions. Use the OpenCV user group for this.

    blog comments powered by Disqus