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

Invoke.EnhanceSingleObjectMatch

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also