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