histogram and histogram equalization of an image without using built-in functions
Mostra commenti meno recenti
dear friends and community i need a program to generate histogram and histogram equalization of an image without using built-in functions such as imhist() and histeq()....... I hope you will help
2 Commenti
Muhammad Ghani
il 6 Mar 2012
Have you found the code of histo equalization ??
Mohga Emam
il 12 Nov 2019
hey Muhammad, here's my code for histogram equalization without built in function!
Risposte (3)
Image Analyst
il 16 Gen 2012
1 voto
You can find my implementation of exact histogram equalization and specification here:
Though my uploaded screenshot doesn't show it, you can do a perfectly flat histogram also, or any other shape you desire.
Jurgen
il 15 Nov 2012
0 voti
I gave an example here: http://www.mathworks.com/matlabcentral/answers/23228-i-want-to-know-if-we-can-implement-histogram-equalization-without-the-histeq-function
Hope it helps.
Mohga Emam
il 12 Nov 2019
0 voti
hey polana, here's my answer
Categorie
Scopri di più su Image Filtering and Enhancement in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!