Ältere Kommentare anzeigen
please, I need otsu's to segment breast area from a color thermal image
Antworten (1)
Francesco Pignatelli
am 26 Jul. 2022
0 Stimmen
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);
Kategorien
Mehr zu Image Thresholding finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!