otsu's method
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
please, I need otsu's to segment breast area from a color thermal image
0 commentaires
Réponses (1)
Francesco Pignatelli
le 26 Juil 2022
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!