otsu's method
Show older comments
please, I need otsu's to segment breast area from a color thermal image
Answers (1)
Francesco Pignatelli
on 26 Jul 2022
0 votes
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);
Categories
Find more on Image Thresholding in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!