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 inKernelRadius, avl::Image& outStdDevImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | const Image& | Input image. | ||
![]() |
inRoi | Optional<const Region&> | NIL | Region of Interest. | |
![]() |
inKernelRadius | const int | 1 - 40 | 4 | Radius of square kernel (width and height are 2r+1). |
![]() |
outStdDevImage | Image& | Resulting image. |
Examples
Input image |
Output image (with additional postprocessing: normalization) |


