histogram and histogram equalization of an image without using built-in functions

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

Answers (3)

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.

Asked:

on 16 Jan 2012

Answered:

on 12 Nov 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!