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


