Compute the Skewness
- From: "Jose Garcia" <josegarciag@xxxxxxxxx>
- Date: 1 Apr 2005 07:14:15 -0800
Hi everybody,
I have to compute the skewness of an image which formula is:
Skeness = (1/D)^3 * SUM^3( V-MEAN(V) )
where D = Standard Deviation
I have read that I have to compute that on the image histogram.
But I need a skeness value for every pixel (not the pixels of lines in
the border.. I know).
So... I think I can calculte it in a 3x3 (or 5x5 maybe) neighborhood.
Can I do that?
It is calculated from the historgram or from the pixels gray value
inside the neighborhood 5x5?
In other words, can somebody explain me how to calculate the skewness
of an image?
.
- Follow-Ups:
- Re: Compute the Skewness
- From: Predictor
- Re: Compute the Skewness
- From: Larry Spitz
- Re: Compute the Skewness
- Prev by Date: Re: which colorspace for image processing
- Next by Date: Re: Compute the Skewness
- Previous by thread: which colorspace for image processing
- Next by thread: Re: Compute the Skewness
- Index(es):
Relevant Pages
|