Breakthrough / DVR-Scan

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
http://www.dvr-scan.com/
Other
362 stars 47 forks source link

Allow configuration of the "variance threshold" parameter #163

Closed felixscheffer closed 1 month ago

felixscheffer commented 2 months ago

The pr adds a variance-threshold setting to control the variance threshold parameter of the subtractor.

I mainly use this to filter out compression issues and to a certain degree exposure issues.

For some reason, the parameter is a float/double in OpenCV so I changed the type in DVR-Scan from int to float.

Please let me know what you think.

Breakthrough commented 1 month ago

Thanks for the PR!