Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Details and Benchmark's ? #1

Open
folkien opened this issue Oct 14, 2021 · 1 comment
Open

Details and Benchmark's ? #1

folkien opened this issue Oct 14, 2021 · 1 comment

Comments

@folkien
Copy link

folkien commented Oct 14, 2021

Do you have any benchmarks of this library? FPS or something?

Could you also explain in more details princples of algorithm? Is it blob detection algorithm which subtracts next frame with current average frame background?

@stephanecharette
Copy link
Owner

stephanecharette commented Oct 14, 2021

It uses PSNR (peak signal to noise) to compare frames. See the source code for details. Specifically: https://github.com/stephanecharette/MoveDetect/blob/master/src-lib/MoveDetect.hpp#L14-L20 This is all on the web site: https://www.ccoderun.ca/programming/doxygen/movedetect/namespaceMoveDetect.html#ae4fb5d189076a429f80b793fe1517b5c

No, I don't have any benchmarks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants