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

1 Ansicht (letzte 30 Tage)
image segmentation

Antworten (1)

Walter Roberson
Walter Roberson am 30 Mär. 2013
binaryimage = entropyImage >= 0.8;

Community Treasure Hunt

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

Start Hunting!

Translated by