MoveDetect
MoveDetect copied to clipboard
Details and Benchmark's ?
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?
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.