From: Gursharan Gill on 23 Mar 2010 02:44 I am working on image contrast enhancement using wavelets. I need help regarding the code for Contrast measure in DWT.
From: Wayne King on 23 Mar 2010 03:07 "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 23 Mar 2010 03:32 "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 23 Mar 2010 06:09 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.
|
Pages: 1 Prev: program to solve Gaussian elimination without matrices Next: Hysys Matlab Interface |