/Gesture-Detection-using-OpenCV-python

To detect motion with OpenCV and Python, you can use the following steps: Capture the video stream using a camera or a video file. Convert each frame of the video stream to grayscale. Apply a background subtraction algorithm to detect the regions where motion is occurring.

Primary LanguagePythonApache License 2.0Apache-2.0

Gesture-Detection-using-OpenCV-python

To detect motion with OpenCV and Python, you can use the following steps: Capture the video stream using a camera or a video file. Convert each frame of the video stream to grayscale. Apply a background subtraction algorithm to detect the regions where motion is occurring. Image