How can we generate an image with equal number of intensity values?
Afficher commentaires plus anciens
For example we have an image that has 5 pixels with intensity 100, 5 with intensity 50, 5 with intensity 200 and so on.
1 commentaire
Image Analyst
le 31 Jan 2016
Do all gray levels have an equal number of occurrence, or do you want to specify exactly what gray levels occur and for how many pixels each gray level occurs? If all have equal, then you want histogram equalization, but not like most people do it. You'd have to use special code.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!