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

4 vues (au cours des 30 derniers jours)
shana
shana le 30 Mar 2013
image segmentation

Réponses (1)

Walter Roberson
Walter Roberson le 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!

Translated by