12-01-2009 11:41 PM
12-02-2009 03:27 AM
12-02-2009 03:35 AM
12-02-2009 05:32 AM
hi,
Wondering if the following link help you to solve your problem.
http://en.wikipedia.org/wiki/Polygon
Regards
12-02-2009 09:29 AM
post the image as above
12-02-2009 10:50 AM
12-02-2009 12:40 PM
Image to array and then count the number of nonzero array elements...that might work.
Hummer1
(if you have a conversion between pixel size and physical size you could then do the math...)
12-02-2009 08:18 PM - edited 12-02-2009 08:26 PM
i used to believe that the above method can only get the total area ,not the area of each object , am i right?
or first use particle analysis to get the bounding box , then count the nonzero pixels in the bounding ROI?
12-03-2009 02:02 AM
Hi adobe... (is this your real email address???),
which post are you referring to ("the above method")?
Anyway: what's wrong with counting the pixels of each color? Easiest and probably surely faster than to calc the area based on area border...
12-03-2009 03:23 AM
Hi adobe... (is this your real email address???),
Yes exactlly
which post are you referring to ("the above method")?
i was refer to the method that converting a image to a U8 array , then count the nozero pixels number
Anyway: what's wrong with counting the pixels of each color? Easiest and probably surely faster than to calc the area based on area border...
it's ok , but i was wondering is there any direct measurement, since ni can get the bounding box, why not give the real
area directly?