how can we convert a local entropy image into binary image using threshold 0.8

1 view (last 30 days)
image segmentation

Answers (1)

Walter Roberson
Walter Roberson on 30 Mar 2013
binaryimage = entropyImage >= 0.8;

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!