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!