You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inObject | Avl.Object2D | Input object. | ||
![]() | inObjectEdges | System.Collections.Generic.List<Avl.Path> | Input object edges. | ||
![]() | inAllowScale | bool | Determines if the object scale can be adjusted. | ||
![]() | outObject | Avl.Object2D | Object with enhanced accuracy. | ||
![]() | outObjectEdges | System.Collections.Generic.List<Avl.Path> | Edges of the object with enhanced accuracy. |