I have a large sequence of images with dots 2-7 pixels in size moving around. The images are blurry and contain numerous unwanted blips, but the only things that are persistent and moving are the points.
I'd like to subtract everything from the image except those points.
I'm new to image processing, and am not sure where my first step should be. I'm thinking equalizeHist, adaptiveThresholding, and BackgroundSubtractorMOG are a good place to start.
Is there a more formal method for this kind of thing? I've read through more than a few tutorials now, but they have all been scattered knowledge.
Thank you very much for any advise you can offer!
(I'm most comfortable with Python.)