Compute the Skewness



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?

.



Relevant Pages

  • Re: Compute the Skewness
    ... Is this the correct formula of the skewness? ... where D = Standard Deviation ... Prev by Date: ...
    (sci.image.processing)
  • Re: random number generation
    ... > Sarah wrote: ... > chosen skewness or kurtosis. ... > numbers with given mean m and standard deviation sd use: ... > The skewness of a normal distribution is 0. ...
    (comp.soft-sys.matlab)
  • Re: Are there statistics packages in ANSI C and/or ANSI C++?
    ... standard deviation and skewness and ... preferably a legal hassles free one ... I do not respond to top-posted replies, ...
    (comp.lang.c)
  • Re: Motion estimation vs. background subtraction
    ... of pixels containing of all pixels ... I mean by the mean and standard deviation images. ... If your image frame is say n x m pixels, ... You need to visualize a sequence of say 10 frames as an n x ...
    (comp.soft-sys.matlab)