a motion detector for video; written with OpenCV
-
Updated
Nov 3, 2022 - Python
a motion detector for video; written with OpenCV
Robust motion detection/segmentation using OpenCV
By doing frame subtraction to a pre-selected frame, the script detect abnormalities in a video. Extract the differences' snapshot and record its information to a log file
Computing frame difference between current frame and previous frame or first frame with SSIM(Structural Similarity Index Measure)
Moving target segment using frame-difference method and optical-flow method.
Implementation of inter-frame difference algorithm
Add a description, image, and links to the frame-difference topic page so that developers can more easily learn about it.
To associate your repository with the frame-difference topic, visit your repo's landing page and select "manage topics."