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
A Python project for detecting video tampering using frame difference analysis with OpenCV and NumPy. Includes anomaly detection and visualization tools.
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."