how to install OpenCV with Python on mac. HD
To install pip: sudo easy_install pip To install package: Open cv for python3: pip3 install opencv-contrib-python Open cv for python2.7: pip install opencv-contrib-python Import the package(in python): import cv2 USEFULL LINKS: https://pypi.python.org/pypi/opencv-contrib-python/3.3.0.9 http://www.pyimagesearch.com/2016/12/05/macos-install-opencv-3-and-python-3-5/