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
inImageAvlNet.ImageInput image.
inRoiAvlNet.RegionRegion of Interest. Default value: atl::NIL, or null.
outStandardDeviationfloatCalculated standard deviation.

See also