You are here: Start » FIL.NET » FIS.SmoothImage_DirAndPresence Method
FIS.SmoothImage_DirAndPresence Method
Smooths the result of GradientDirAndPresenceImage.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothImage_DirAndPresence ( FilNet.Image inDirectionsImage, int inRadiusX, int inQuantizationLevel, int inMinSampleCount, FilNet.Image outDirectionsImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inDirectionsImage | FilNet.Image | |||
![]() | inRadiusX | int | <0, INF> | 1 | Horizontal radius of the kernel (width is 2r+1). Default value: 1. |
![]() | inQuantizationLevel | int | <1, 5> | 5 | Determines angular quantization level; the lower the better but slower. Default value: 5. |
![]() | inMinSampleCount | int | <1, INF> | 1 | A window is evaluated to 0 if it contains less than this number of non-zero pixels. Default value: 1. |
![]() | outDirectionsImage | FilNet.Image |