You are here: Start » FIL.NET » Invoke.EnhanceMultipleObjectMatches
Improves accuracy of multiple object matching by adding a subpixel-precise adjustment.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void EnhanceMultipleObjectMatches ( Fil.Image inImage, List<Fil.Object2D> inObjects, List<List<Fil.Path>> inObjectEdges, bool inAllowScale, List<Fil.Object2D> outObjects, List<List<Fil.Path>> outObjectEdges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inObjects | System.Collections.Generic.List<Fil.Object2D> | Input objects. | ||
![]() | inObjectEdges | System.Collections.Generic.List<System.Collections.Generic.List<Fil.Path>> | Input objects edges. | ||
![]() | inAllowScale | bool | Determines if the object scale can be adjusted. | ||
![]() | outObjects | System.Collections.Generic.List<Fil.Object2D> | Objects with enhanced accuracy. | ||
![]() | outObjectEdges | System.Collections.Generic.List<System.Collections.Generic.List<Fil.Path>> | Edges of objects with enhanced accuracy. |