Back to Adaptive Vision Library website

You are here: Start » Function Reference » Texture Analysis » StandardDeviationImage

StandardDeviationImage


Creates image of pixels' local standard deviations.

Syntax

C++
C#
 
void avl::StandardDeviationImage
(
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	const int inKernelSize,
	avl::Image& outStdDevImage
)

Parameters

Name Type Default Description
inImage const Image& Input image.
inRoi Optional<const Region&> NIL Region of Interest.
inKernelSize const int 9 Size of local pixel neighborhood, from which the standard deviation is calculated.
outStdDevImage Image& Resulting image.