You are here: Start » AVL.NET » Invoke.StandardDeviationImage
Creates image of pixels' local standard deviations.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void StandardDeviationImage ( Avl.Image inImage, Optional<Avl.Region> inRoi, Optional<Avl.Region> inSourceRoi, int inKernelRadius, Avl.Image outStdDevImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Region of Interest. Default value: atl::NIL. | ||
![]() | inSourceRoi | Atl.Optional<Avl.Region> | Range of inImage pixels to be read. Default value: atl::NIL. | ||
![]() | inKernelRadius | int | <1, 40> | 4 | Radius of square kernel (width and height are 2r+1). Default value: 4. |
![]() | outStdDevImage | Avl.Image | Resulting image. |


