otsu's method
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
shaimaa mohamed
el 10 de Sept. de 2017
Respondida: Francesco Pignatelli
el 26 de Jul. de 2022
please, I need otsu's to segment breast area from a color thermal image
0 comentarios
Respuestas (1)
Francesco Pignatelli
el 26 de Jul. de 2022
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!