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