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

Invoke.EnhanceMultipleObjectMatches

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also