You are here: Start » AVL.NET » Function Reference » Computer Vision » Template Matching » AVL.EnhanceMultipleObjectMatches
Improves accuracy of multiple object matching by adding a subpixel-precise adjustment.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
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 | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inObjects | System.Collections.Generic.IList<AvlNet.Object2D> | Input objects. | ||
![]() | inObjectEdges | System.Collections.Generic.IList<System.Collections.Generic.IList<AvlNet.Path>> | Input objects edges. | ||
![]() | inAllowScale | bool | Determines if the object scale can be adjusted. | ||
![]() | outObjects | System.Collections.Generic.IList<AvlNet.Object2D> | Objects with enhanced accuracy. | ||
![]() | outObjectEdges | System.Collections.Generic.IList<AvlNet.SafeList<AvlNet.Path>> | Edges of objects with enhanced accuracy. |
Hardware Acceleration
This operation is optimized for SSSE3 technology for pixels of type: UINT8.
This operation is optimized for AVX2 technology for pixels of type: UINT8.
This operation is optimized for NEON technology for pixels of type: UINT8.
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inObjects and inObjectEdges sizes differ |


