How to get edge line of from binary Image?
조회 수: 2 (최근 30일)
이전 댓글 표시
How to get edge line of from binary Image?
댓글 수: 0
답변 (2개)
Image Analyst
2019년 7월 13일
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
Image Analyst
2019년 7월 17일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!