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? inRadiusY,
	int inQuantizationLevel,
	int inMinSampleCount,
	FilNet.Image outDirectionsImage
)

Parameters

Name Type Range Default Description
inDirectionsImageFilNet.Image
inRadiusXint<0, INF>1Horizontal radius of the kernel (width is 2r+1). Default value: 1.
inRadiusYint?<0, INF>Vertical radius of the kernel (height is 2r+1). Default value: ftl::NIL.
inQuantizationLevelint<1, 5>5Determines angular quantization level; the lower the better but slower. Default value: 5.
inMinSampleCountint<1, INF>1A window is evaluated to 0 if it contains less than this number of non-zero pixels. Default value: 1.
outDirectionsImageFilNet.Image

Function Overrides

See also