You are here: Start » AVL.NET » AVL.ImageStandardDeviation Method
AVL.ImageStandardDeviation Method
Calculates standard deviation of image pixel values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageStandardDeviation( AvlNet.Image inImage, out float outStandardDeviation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outStandardDeviation | float | Calculated standard deviation. |
Description
Computes how input image pixel values are spread out.
Examples
![]() |
ImageStandardDeviation yielded 0.0 for regions 1 and 2, but 93.3 for 3.



