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

Invoke.EnhanceMultipleObjectMatches

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void EnhanceMultipleObjectMatches
(
	Fil.Image inImage,
	List<Fil.Object2D> inObjects,
	List<List<Fil.Path>> inObjectEdges,
	bool inAllowScale,
	List<Fil.Object2D> outObjects,
	List<List<Fil.Path>> outObjectEdges
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inObjectsSystem.Collections.Generic.List<Fil.Object2D>Input objects.
inObjectEdgesSystem.Collections.Generic.List<System.Collections.Generic.List<Fil.Path>>Input objects edges.
inAllowScaleboolDetermines if the object scale can be adjusted.
outObjectsSystem.Collections.Generic.List<Fil.Object2D>Objects with enhanced accuracy.
outObjectEdgesSystem.Collections.Generic.List<System.Collections.Generic.List<Fil.Path>>Edges of objects with enhanced accuracy.

See also