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

AVS.StandardDeviationImage Method

Creates image of pixels' local standard deviations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void StandardDeviationImage
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	NullableRef<AvlNet.Region> inSourceRoi,
	int inKernelRadius,
	AvlNet.Image outStdDevImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of Interest. Default value: atl::NIL.
inSourceRoiAvlNet.NullableRef<AvlNet.Region>Range of inImage pixels to be read. Default value: atl::NIL.
inKernelRadiusint<1, 40>4Radius of square kernel (width and height are 2r+1). Default value: 4.
outStdDevImageAvlNet.ImageResulting image.

Function Overrides

See also