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

FIL.ImageStandardDeviation

Calculates standard deviation of image pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.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