how can we convert a local entropy image into binary image using threshold 0.8
Afficher commentaires plus anciens
image segmentation
Réponses (1)
Walter Roberson
le 30 Mar 2013
binaryimage = entropyImage >= 0.8;
Catégories
En savoir plus sur Image Segmentation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!