You are here: Start » FIL.NET » FIS.CreateCircleFittingMap Method
FIS.CreateCircleFittingMap Method
Precomputes a data object that is required for fast circle fitting on images.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateCircleFittingMap ( FilNet.ImageFormat inImageFormat, FilNet.CircleFittingField inFittingField, FilNet.CoordinateSystem2D? inFittingFieldAlignment, int inScanCount, int inScanWidth, FilNet.SamplingParams inSamplingParams, FilNet.CircleFittingMap outFittingMap, IList<FilNet.Segment2D> diagScanSegments, IList<FilNet.Rectangle2D> diagSamplingAreas )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | Dimensions, depth and pixel type of the images on which fitting will be performed. | ||
![]() | inFittingField | FilNet.CircleFittingField | Defines a ring in which scan segments will be created. | ||
![]() | inFittingFieldAlignment | FilNet.CoordinateSystem2D? | Adjusts the fitting field to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanCount | int | <3, INF> | 10 | The number of points that will be searched to estimate the position of the circle. Default value: 10. |
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels). Default value: 5. |
![]() | inSamplingParams | FilNet.SamplingParams | .interpolation Bilinear | Parameters controlling the sampling process. Default value: .interpolation Bilinear. | |
![]() | outFittingMap | FilNet.CircleFittingMap | Optimized data required for circle fitting. | ||
![]() | diagScanSegments | System.Collections.Generic.IList<FilNet.Segment2D> | Segments along which the scans will be run. | ||
![]() | diagSamplingAreas | System.Collections.Generic.IList<FilNet.Rectangle2D> | Scan fields created for point detection. |
Function Overrides
- CreateCircleFittingMap(ImageFormat, CircleFittingField, Int32, Int32, SamplingParams, CircleFittingMap)
- CreateCircleFittingMap(ImageFormat, CircleFittingField, Nullable<CoordinateSystem2D>, Int32, Int32, SamplingParams, CircleFittingMap)