You are here: Start » AVL.NET » AVS.EnhanceMultipleObjectMatches Method

AVS.EnhanceMultipleObjectMatches Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void EnhanceMultipleObjectMatches
(
	AvlNet.Image inImage,
	IList<AvlNet.Object2D> inObjects,
	IList<IList<AvlNet.Path>> inObjectEdges,
	bool inAllowScale,
	IList<AvlNet.Object2D> outObjects,
	IList<SafeList<AvlNet.Path>> outObjectEdges
)

Parameters

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

See also