-
Notifications
You must be signed in to change notification settings - Fork 0
Nov. 11th Video Notes
Python, Numpy (math library), Opencv (computer vision library), imutils (for video stream data)
(maybe) focus on one area first ex. Hand Basic steps: Segment area of interest, Background subtraction, Motion detection/thresholding (pixel 0 or 1), Contour extraction Opencv python library
https://www.pyimagesearch.com/2015/05/25/basic-motion-detection-and-tracking-with-python-and-opencv/ “Next up, we’ll parse our command line arguments on Lines 10-13. We’ll define two switches here. The first, --video , is optional. It simply defines a path to a pre-recorded video file that we can detect motion in. If you do not supply a path to a video file, then OpenCV will utilize your webcam to detect motion.”
https://gogul.dev/software/hand-gesture-recognition-p1
https://www.intorobotics.com/9-opencv-tutorials-hand-gesture-detection-recognition/
https://www.learnopencv.com/hand-keypoint-detection-using-deep-learning-and-opencv/
https://www.kaggle.com/benenharrington/hand-gesture-recognition-database-with-cnn
https://www.pyimagesearch.com/2017/09/11/object-detection-with-deep-learning-and-opencv/
https://www.pyimagesearch.com/2017/09/18/real-time-object-detection-with-deep-learning-and-opencv/