You are here: Start » FIL.NET » FIS.EnhanceSingleObjectMatch Method

FIS.EnhanceSingleObjectMatch Method

Improves accuracy of single object matching by adding a subpixel-precise adjustment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void EnhanceSingleObjectMatch
(
	FilNet.Image inImage,
	FilNet.Object2D inObject,
	IList<FilNet.Path> inObjectEdges,
	bool inAllowScale,
	out FilNet.Object2D outObject,
	IList<FilNet.Path> outObjectEdges
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inObjectFilNet.Object2DInput object.
inObjectEdgesSystem.Collections.Generic.IList<FilNet.Path>Input object edges.
inAllowScaleboolDetermines if the object scale can be adjusted.
outObjectFilNet.Object2DObject with enhanced accuracy.
outObjectEdgesSystem.Collections.Generic.IList<FilNet.Path>Edges of the object with enhanced accuracy.

See also