Hey,
I am trying to do 2-D particle tracking. What I am trying to do is for each point in the image, I want to find the shortest distance to anouther point. Repeat for each point. Then move on to the next image and then compare those distances, since the particles are moving slowly, to help keep tabs on the particle. So for example if it was at least 15 pixels away from the nearest particle in picture one, that should stay about the same in picture two. However I am having trouble trying figuring out how to find the closest particle to every particle. I am open to other suggestions as well for 2-D particle tracking.\