otsu's method
3 ビュー (過去 30 日間)
古いコメントを表示
please, I need otsu's to segment breast area from a color thermal image
0 件のコメント
回答 (1 件)
Francesco Pignatelli
2022 年 7 月 26 日
I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!