extracting a person from an image

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

Antworten (2)

Xavier
Xavier am 10 Dez. 2014

0 Stimmen

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
nouman ali am 10 Dez. 2014

0 Stimmen

i used prewitt edge detection technique but the edges are not quiet unique. can u give me the matlab code to do this

Tags

Gefragt:

am 10 Dez. 2014

Beantwortet:

am 10 Dez. 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by