I have a sequence of binary images with an object in white and the background in black. How do I track the centre of mass of this object in the sequence?
Use a simple kalman filter assuming constant velocity for create prediction, then match prediction with current centroids using hungarian algorithm. Finally update the velocity of your model and go to next frame.