I'm doing some low level image processing project and I need to locate the position of an object. In this case it's a comet. I played a bit with the thresholds and got a pretty much binary image, but what I need next is to locate a fixed point in the middle of the large group of white pixels so it can be traced or something. Any idea on how to do that? Here's a screen shot of what I got.
And is there a way to filter out all the white dots all over the picture? Some kind of function to give all small groups value of "0"? Thanks in advance!