algorithm to detect only slow moving object

asked 2014-04-26 06:07:24 -0600

Hi, I am using BackgroundSubtractorMOG2 class for motion detection. But i only want to detect slow moving objects. I do not want to draw contour around fast moving or still objects. Can anyone please suggest which approach can i choose for this?

edit retag flag offensive close merge delete

Comments

use Tracking (like Kalman, KLT) and/or find the centroid & track only moving/change pixel value on centroid.

Amit gravatar imageAmit ( 2014-04-26 23:20:40 -0600 )edit