From: shilpa khinvasara on
Sir,
could u pls guide me to find the mean,variance,entropy,kurtosis using filter

thanx
From: us on
"shilpa khinvasara" <ship(a)gamil.com> wrote in message <i2j503$h3h$1(a)fred.mathworks.com>...
> Sir,
> could u pls guide me to find the mean,variance,entropy,kurtosis using filter
>
> thanx

what have YOU done so far to solve YOUR particular problem...

us
From: shilpa khinvasara on
On Jul 25, 11:18 pm, "us " <u...(a)neurol.unizh.ch> wrote:
> "shilpa khinvasara" <s...(a)gamil.com> wrote in message <i2j503$h3...(a)fred.mathworks.com>...
> > Sir,
> > could u pls guide me to find the mean,variance,entropy,kurtosis using filter
>
> > thanx
>
> what have YOU done so far to solve YOUR particular problem...
>
> us


sir,
i want to use single filter to find mean ,variance,skewness ,kurtosis
of an quantized hsv image


here
does it find mean using 5*5 mask
I2 = colfilt(q,[5 5],'sliding',@mean);