How to extract object after edge-detection?

5 次查看(过去 30 天)
I have a picture that consists of 4 people. My goal is to extract the four people based on the edge detection only. Is it possible? If yes how do I make the approach?

采纳的回答

Image Analyst
Image Analyst 2012-12-3
Threshold to find the people, then use watershed. See this for an example: http://blogs.mathworks.com/steve/2006/06/02/cell-segmentation/
  5 个评论
Image Analyst
Image Analyst 2012-12-5
That's because you haven't tried to implement Steve's example yet.
Sayak
Sayak 2012-12-7
Yes, yes. Let me study it first. I'm coming back to this thread after few days. Anyways thanks again for always helping me out.

请先登录,再进行评论。

更多回答(1 个)

Mojeed Salmon Olatunde
Please after applying canny, and getting the edge, please how can I extract only the edge I get to aquire the pixels of edge only without background, and get the gray value of the pixels of edge only, without background.

Community Treasure Hunt

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

Start Hunting!

Translated by