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, AvlNet.Region inRoi, out float outStandardDeviation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inRoi | AvlNet.Region | Region of Interest. Default value: atl::NIL, or null. | ||
![]() | 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.



