You are here: Start » AVL.NET » AVS.ImageStandardDeviation Method

AVS.ImageStandardDeviation Method

Calculates standard deviation of image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageStandardDeviation
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	out float outStandardDeviation
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of Interest. Default value: atl::NIL.
outStandardDeviationfloatCalculated standard deviation.

Function Overrides

See also