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