Re: Compute the Skewness




Jose Garcia wrote:
> 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?


Typically, this is calculated separately for each pixel in the image
(ignoring, as you mentioned, edge effects), by using a surrounding
window.


-Will Dwinnell
http://will.dwinnell.com

.



Relevant Pages

  • Re: how to load in and compare two images and find out which pixels was changed?
    ... the detection of change regions is to take a relatively large number of identical images, re-register them if need be, and compute the mean and standard deviation of each pixel. ... standard deviation, whereas edge data will have significantly more, (small camera movement at edge pixels will vary greatly, whereas it will have very little effect in the middle of a featureless plane). ... on the statistical distribution of the corresponding template pixel. ...
    (comp.soft-sys.matlab)
  • Re: Confirming the Measurement like (Circle, Elipse,
    ... Mean, Standard Deviation, Mean) and also the Pixel intensity ... Pixel intensity is usually just the numeric value of the pixel being ... The mean and standard deviations of pixel values within a ROI are ...
    (comp.protocols.dicom)
  • Re: Confirming the Measurement like (Circle, Elipse,
    ... Mean, Standard Deviation, Mean) and also the Pixel intensity ... Pixel intensity is usually just the numeric value of the pixel being ... The mean and standard deviations of pixel values within a ROI are ...
    (comp.protocols.dicom)
  • Re: Standard Deviations across matrices
    ... standard deviation of each pixel between the matrices. ... I am having some trouble as the the std function only works ... For that matter, think of how the mean is ...
    (comp.soft-sys.matlab)

Quantcast