Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

I need Help in Digital Image Processing - Specifically Histogram Equlaization

Status
Not open for further replies.

Qwme5

Junior Member level 2
Joined
Jan 19, 2011
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,444
I am working Currently on project that require me to do the following

1)obtain the histogram of an image X 2)play on that histogram and obtain a new one lets say Y

My problem is how can i apply this new histogram to the original image

I'm using the function histeq(I,Map) but my Advisor want me to not use.Which mean i need to build my own function

plz any help even if you can mention the algorithms i will be thankful

Regards
 

Histogram equalization is used to improve the contrast of an image. The algorithm is very easy. In a normal image you have greater amount of detail in some end of the gray scale. In other words if you see the histogram of a normal image all the pixels will be near some gray scale value. (Histogram is nothing but the graph plotting number of pixels vs gray scale value). In histogram equalization you divide the pixels equally between all gray scale values. If you see the histogram of the new image (after histeq) you can clearly see that the pixels are distributed equally throughout.

That's all.

Hope this helps.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top