04-16-2012 03:52 AM
Hello,
I want to count objects in an image without IMAQ but i don't know how I must begin with this counting. Can you help me?
Kind regards,
Jerome
04-16-2012 07:54 AM
@Jerome123 wrote:
Hello,
I want to count objects in an image without IMAQ but i don't know how I must begin with this counting. Can you help me?
Kind regards,
Jerome
Could you be more specific? what kind of image are you having, and what are the "objects" which you are looking to count?
04-16-2012 08:53 AM
I assume a thresholded binary image stored as a bitmap (you can threshold any 2d array with a simple greater than function)
usually blob analysis is converting the into sets of pixels that are touching, the number of sets = blob count.
see:
http://en.wikipedia.org/wiki/Blob_extraction