12-10-2014 07:42 AM
how can i extract a person from its background in an image. Actually i want to calculate the area occupied by that person.
12-10-2014 12:07 PM
Is this an image analysis application? If so use blob analysis. You will need to create a blob out of the person's image. Determine the size of a single pixel. Then count the number of pixels in the blob. Mulitiply.
12-10-2014 12:42 PM
In order to create this blob in the first place, which is called "segmentation", you could use k-means as shown here in Kl3m3ns Blog:
12-10-2014 01:51 PM
Unfortunately what he really needs here is not just Blob Analysis, it's Bob Analysis. Measuring the area is easy with NI Image tools assuming there's a size reference. The hard part here is going to be the A.I. that determines that a particular set of pixels form the shape of a human being. Tricky even with a brute force approach where you have a huge library or "human-like" image data to compare to.
This topic probably does belong in the Imaging forum but either way the OP has to provide a lot more detail about his application if he expects any useful help on the subject.
12-11-2014 04:30 AM
@NIquist wrote:
Unfortunately what he really needs here is not just Blob Analysis, it's Bob Analysis. Measuring the area is easy with NI Image tools assuming there's a size reference. The hard part here is going to be the A.I. that determines that a particular set of pixels form the shape of a human being. Tricky even with a brute force approach where you have a huge library or "human-like" image data to compare to.
This topic probably does belong in the Imaging forum but either way the OP has to provide a lot more detail about his application if he expects any useful help on the subject.
nice!
03-11-2015 02:04 AM
Hi
Is there any way i can find the area of the white pixels alone in my grayscale image?
thankyou
03-11-2015 02:43 AM - edited 03-11-2015 02:44 AM
03-11-2015 04:21 AM
03-11-2015 04:28 AM
03-11-2015 12:03 PM
Hi
I have attached a thresholded image with the simple histogram VI I tried. Please help me get the white pixel count for this image.
Thankyou