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,
	out float outStandardDeviation
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outStandardDeviationfloatCalculated standard deviation.

Function Overrides

See also