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