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

Invoke.SmoothPath_Gauss

Smooths a path by averaging its characteristic points within a kernel using gaussian-weighted average.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothPath_Gauss
(
	Fil.Path inPath,
	float inStdDev,
	float inKernelRelativeSize,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inStdDevfloat<0.0f, INF>0.6fSmoothing standard deviation. Default value: 0.6f.
inKernelRelativeSizefloat<0.0f, INF>3.0fA multiple of the standard deviation determining the size of the kernel. Default value: 3.0f.
outPathFil.PathOutput path.

See also