Hello All!
I want to find the set of pixels inside each blob(in my case: they are circles) in an AVI file/ a image. I am aware that by using IMAQ Particle Analysis VI, I can get the number of particles detected and also a 2D Array of requested measurements of the particles. From there, I can easily exrtract the 'First Pixel X and Y' , 'Centre of Mass X and Y' ,'Area' and also the 'Perimeter' of the particles. But,I also want all the pixel coordinates inside each blob .
Can someone give me a hint or help me out how to extract all the coordinates of the blob?