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

AVL.StandardDeviationImage Method

Creates image of pixels' local standard deviations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void StandardDeviationImage(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	int inKernelSize,
	out AvlNet.Image outStdDevImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.RegionRegion of Interest. Default value: atl::NIL, or null.
inKernelSizeint9Size of local pixel neighborhood, from which the standard deviation is calculated. Default value: 9.
outStdDevImageAvlNet.ImageResulting image.

See also