MoveDetect icon indicating copy to clipboard operation
MoveDetect copied to clipboard

Details and Benchmark's ?

Open folkien opened this issue 4 years ago • 1 comments

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?

folkien avatar Oct 14 '21 10:10 folkien

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.

stephanecharette avatar Oct 14 '21 14:10 stephanecharette