extracting a person from an image
Show older comments
i have a gray scale image and i want to extract the person in it from its backgroud can some help me how to do this in matlab. i want to calculate the area occupied bu that person
Answers (2)
Xavier
on 10 Dec 2014
0 votes
Hello,
Is your background uniform? If that is the case I suggest you use edge detection to retrieve the shape of your "person". Once it's done you will easily be able to fill that shape and count the number of pixel, giving you an idea of the area occupied by this person on your image.
nouman ali
on 10 Dec 2014
0 votes
Categories
Find more on Object Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!