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!