otsu's method

2 次查看(过去 30 天)
shaimaa mohamed
shaimaa mohamed 2017-9-10
please, I need otsu's to segment breast area from a color thermal image

回答(1 个)

Francesco Pignatelli
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by