Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 381 Bytes

OpenCV-Python

OpenCV-Python installation

$pip3 install pillow
$pip3 install imutils
$pip3 install matplotlib
$pip3 install opencv-contrib-python

Sample Codes

$git clone https://github.com/rkuo2000/cv2
$cd cv2

  • read jpg file to process
    $python3 jpg_read.py
  • capture webcam to process
    $python3 cam.py