How to get edge line of from binary Image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How to get edge line of from binary Image?
0 Commenti
Risposte (2)
Image Analyst
il 13 Lug 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 Commenti
Image Analyst
il 17 Lug 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
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!