how to compute entropy of each 24 images?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sheema Khattak
le 28 Juin 2014
Réponse apportée : Image Analyst
le 28 Juin 2014
I need to compute entropy for each of 24 images for which I need to compute probability first.I do not understand how to compute probability for each of 24 images ?
0 commentaires
Réponse acceptée
Image Analyst
le 28 Juin 2014
Take the histogram with imhist(), or just call entropy(). Put that code into the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F which gives code for looping over all your images.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!