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 | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inRoi | AvlNet.Region | Region of Interest. Default value: atl::NIL, or null. | ||
![]() | inKernelSize | int | 9 | Size of local pixel neighborhood, from which the standard deviation is calculated. Default value: 9. | |
![]() | outStdDevImage | AvlNet.Image | Resulting image. |


