フィルターのクリア

I want to detect edges of object in image and color the edges with red?

1 回表示 (過去 30 日間)
amit pathania
amit pathania 2012 年 3 月 17 日
I want to read detect edges of objects in the video and color them.I am able to extract frames from videos and apply edge detection algorithms but i am not able to color the boundaries.Plz help me with code?

採用された回答

Image Analyst
Image Analyst 2012 年 3 月 17 日
How about finding the boundaries on your segmented, binary image with bwboundaries and then plotting them in the overlay with plot()?
  2 件のコメント
amit pathania
amit pathania 2012 年 3 月 17 日
I tried but i m not getting the results.can u help me with code.
Image Analyst
Image Analyst 2012 年 3 月 17 日
See my Blobs demo image segmentation tutorial with the coins on my file Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by