histogram and histogram equalization of an image without using built-in functions
37 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Mohga Emam
el 12 de Nov. de 2019
hey Muhammad, here's my code for histogram equalization without built in function!
Respuestas (3)
Image Analyst
el 16 de En. de 2012
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.
0 comentarios
Jurgen
el 15 de Nov. de 2012
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.
0 comentarios
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!