Skip to content

Starter materials for doing simple Computer Vision tasks in Python

Notifications You must be signed in to change notification settings

fletcher-marsh/OpenCV-Python

Repository files navigation

OpenCV-Python

Starter materials for doing simple Computer Vision tasks in Python

OpenCV Python Installation

pip3 install opencv-python

Then open a python file, type import cv2, and run it. If this runs with no complaints, you are (for now) all set!

FAQ/Debugging

  • If you are having Symbol not found: _clock_gettime issues and are on Mac OSX El Capitan/Sierra, the latest OpenCV build might not work properly. The fix is to install an earlier version of OpenCV:
pip3 install opencv-python==3.4.2.16

About

Starter materials for doing simple Computer Vision tasks in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages