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
답변 (2개)
Xavier
2014년 12월 10일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!