You are here: Start » AVL.NET » Function Reference » Image » Image Features » AVL.ImageStandardDeviation

AVL.ImageStandardDeviation

Calculates standard deviation of image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageStandardDeviation
(
	AvlNet.Image inImage,
	out float outStandardDeviation
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outStandardDeviationfloatCalculated 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.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in ImageStandardDeviation.

Function Overrides

See also