Re: Image histogram Equalization
- From: bo <bo@xxxxxxxxxx>
- Date: Sat, 09 Feb 2008 14:22:16 -0600
On Sat, 09 Feb 2008 19:45:07 GMT, Martin Leese
<please@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
bo wrote:
I'm taking an image proc. class and am having trouble understand how...
to do histogram equalization in MATLAB--without using its built in
functions. i.e. understanding the algorithm.
I have the following script so far, but don't know how to get an image
back out of my calculated Cum. Dist. Function S:
I dont understand what do do from here. Can anyone give me a hint/
pointer?
Use the cumulative distribution function as
a look-up table. Look up "look-up table".
You have done all the difficult stuff. You
are almost home.
Martin,
Thanks for the reply. I looked up 'look-up table and this appears to
be a Simulink thing---whcih I am cannot use. (unless I didn't follow
what I was reading.
You say the hard part is done...
does this mean that:
new_pixel_intensity(x,y) = old_pixel_intensity(x,y) * CDF(of old pixel
intensity)?
Thanks,
Bo
.
- Follow-Ups:
- Re: Image histogram Equalization
- From: Martin Leese
- Re: Image histogram Equalization
- From: ImageAnalyst
- Re: Image histogram Equalization
- References:
- Image histogram Equalization
- From: bo
- Re: Image histogram Equalization
- From: Martin Leese
- Image histogram Equalization
- Prev by Date: Re: Image histogram Equalization
- Next by Date: Re: Image histogram Equalization
- Previous by thread: Re: Image histogram Equalization
- Next by thread: Re: Image histogram Equalization
- Index(es):
Relevant Pages
|