You are here: Start » FIL.NET » Invoke.StandardDeviationImage
Creates image of pixels' local standard deviations.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void StandardDeviationImage ( Fil.Image inImage, Optional<Fil.Region> inRoi, Optional<Fil.Region> inSourceRoi, int inKernelRadius, Fil.Image outStdDevImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of Interest. Default value: ftl::NIL. | ||
![]() | inSourceRoi | Ftl.Optional<Fil.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 | Fil.Image | Resulting image. |