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