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!