otsu's method
显示 更早的评论
please, I need otsu's to segment breast area from a color thermal image
回答(1 个)
Francesco Pignatelli
2022-7-26
0 个投票
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);
类别
在 帮助中心 和 File Exchange 中查找有关 Image Thresholding 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!