$pip3 install pillow
$pip3 install imutils
$pip3 install matplotlib
$pip3 install opencv-contrib-python
$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