From: Gursharan Gill on
I am working on image contrast enhancement using wavelets. I need help regarding the code for Contrast measure in DWT.
From: Wayne King on
"Gursharan Gill" <gill_aries07(a)yahoo.co.in> wrote in message <ho9nvl$jtr$1(a)fred.mathworks.com>...
> I am working on image contrast enhancement using wavelets. I need help regarding the code for Contrast measure in DWT.

Hi Gursharan, I think you need to be more specific. What kind of help do you need?

Wayne
From: Gursharan Gill on
"Wayne King" <wmkingty(a)gmail.com> wrote in message <ho9pb9$ajb$1(a)fred.mathworks.com>...
> "Gursharan Gill" <gill_aries07(a)yahoo.co.in> wrote in message <ho9nvl$jtr$1(a)fred.mathworks.com>...
> > I am working on image contrast enhancement using wavelets. I need help regarding the code for Contrast measure in DWT.
>
> Hi Gursharan, I think you need to be more specific. What kind of help do you need?
>
> Wayne
I need to Implement a code in which i cna extract he image coeficients and can then find an average specific value for every subband.
From: ImageAnalyst on
On Mar 23, 3:32 am, "Gursharan Gill" <gill_arie...(a)yahoo.co.in> wrote:
> I need to Implement a code in which i cna extract he image coeficients and can then find an average specific value for every subband.
--------------------------------------------------------------------------------------------
The find() command will find (tell you the row,column location of)
specific values in your matrix.

And of course you'll need the wavelet toolbox, unless you want to code
everything up yourself.