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

3 views (last 30 days)
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?

Accepted Answer

Image Analyst
Image Analyst on 17 Mar 2012
How about finding the boundaries on your segmented, binary image with bwboundaries and then plotting them in the overlay with plot()?
  2 Comments
Image Analyst
Image Analyst on 17 Mar 2012
See my Blobs demo image segmentation tutorial with the coins on my file Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!