You are here: Start » FIL.NET » Invoke.SmoothImage_DirAndPresence

Invoke.SmoothImage_DirAndPresence

Smooths the result of GradientDirAndPresenceImage.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothImage_DirAndPresence
(
	Fil.Image inDirectionsImage,
	int inRadiusX,
	Optional<int> inRadiusY,
	int inQuantizationLevel,
	int inMinSampleCount,
	Fil.Image outDirectionsImage
)

Parameters

Name Type Range Default Description
inDirectionsImageFil.Image
inRadiusXint<0, INF>1Horizontal radius of the kernel (width is 2r+1). Default value: 1.
inRadiusYFtl.Optional<int><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.
outDirectionsImageFil.Image

See also