alsani-ipe / 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.

Home Page:https://alsani.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://alsani.me

License:Apache License 2.0


Languages

Language:Python 100.0%