otsu's method
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
please, I need otsu's to segment breast area from a color thermal image
0 Commenti
Risposte (1)
Francesco Pignatelli
il 26 Lug 2022
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);
0 Commenti
Vedere anche
Categorie
Scopri di più su Biotech and Pharmaceutical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!