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

Invoke.EnhanceSingleObjectMatch

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void EnhanceSingleObjectMatch
(
	Fil.Image inImage,
	Fil.Object2D inObject,
	List<Fil.Path> inObjectEdges,
	bool inAllowScale,
	out Fil.Object2D outObject,
	List<Fil.Path> outObjectEdges
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inObjectFil.Object2DInput object.
inObjectEdgesSystem.Collections.Generic.List<Fil.Path>Input object edges.
inAllowScaleboolDetermines if the object scale can be adjusted.
outObjectFil.Object2DObject with enhanced accuracy.
outObjectEdgesSystem.Collections.Generic.List<Fil.Path>Edges of the object with enhanced accuracy.

See also