How to get edge line of from binary Image?

1 view (last 30 days)
voxey
voxey on 12 Jul 2019
Commented: Image Analyst on 17 Jul 2019
How to get edge line of from binary Image?
sk.jpg

Answers (2)

KALYAN ACHARJYA
KALYAN ACHARJYA on 13 Jul 2019
You can do that, using Morphological Operations

Image Analyst
Image Analyst on 13 Jul 2019
I suggest you improve your segmentation algorithm first. After that it will be so much easier to get the outlines with bwboundaries() or bwperim().
  3 Comments
voxey
voxey on 17 Jul 2019
Can you share unsupervised automatic image segmentation techniques?
Image Analyst
Image Analyst on 17 Jul 2019
The Mathworks can give you a mucm, much more comprehensive tutorial than I ever could: Click this: https://www.mathworks.com/help/stats/machine-learning-in-matlab.html

Sign in to comment.

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!