how can we convert a local entropy image into binary image using threshold 0.8
Show older comments
Answers (1)
Walter Roberson
on 30 Mar 2013
binaryimage = entropyImage >= 0.8;
Categories
Find more on Image Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!