Mac OS install open CV2 for Python__python

Source: Internet
Author: User
Tags bz2 in python

Turn from: http://blog.csdn.net/flyfy1/article/details/8274288


See a few install open cv2 for Python, feel a little trouble. The above two is relatively simple.

My operating system is 10.7,python 2.7.3.


The first is to install CMake, which is very simple, brew install CMake. An order is done.

Then download the code for the Open CV:

Curl HTTP://NCHC.DL.SOURCEFORGE.NET/PROJECT/OPENCVLIBRARY/OPENCV-UNIX/2.4.3/OPENCV-2.4.3.TAR.BZ2

Tar zxvf opencv-2.4.3.tar.bz2

CD OpenCV-2.4.3

sudo cmake-g "Unix makefiles"

sudo make-j8

sudo make install

Then it's ready to be installed.


The feeling of support for Python seems to be the best, just add in the. Bash_profile:

Export pythonpath=/path/to/opencv/lib/: $PYTHONPATH (needs to be modified according to your environment)

My path is:

Export pythonpath=/usr/local/lib/python2.7/site-packages/: $PYTHONPATH

There's a python. So file in the Lib folder. Then enter the python can be directly import CV and CV2;

There's no such thing as a video that can't be decoded in Python, and it's good support.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.