how can we convert a local entropy image into binary image using threshold 0.8
古いコメントを表示
回答 (1 件)
Walter Roberson
2013 年 3 月 30 日
binaryimage = entropyImage >= 0.8;
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!