You are here: Start » FIL.NET » Invoke.CreatePathFittingMap
Invoke.CreatePathFittingMap
Precomputes a data object that is required for fast path fitting on images.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreatePathFittingMap ( Fil.ImageFormat inImageFormat, Fil.PathFittingField inFittingField, Optional<Fil.CoordinateSystem2D> inFittingFieldAlignment, Optional<float> inScanStep, int inScanWidth, Fil.SamplingParams inSamplingParams, Fil.PathFittingMap outFittingMap, Diagnostic<List<Fil.Segment2D>> diagScanSegments, Diagnostic<List<Fil.Rectangle2D>> diagSamplingAreas )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | Dimensions, depth and pixel type of the images on which fitting will be performed. | ||
![]() | inFittingField | Fil.PathFittingField | Defines a stripe in which scan segments will be created. | ||
![]() | inFittingFieldAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the fitting field to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanStep | Ftl.Optional<float> | <0.0f, INF> | Optional implicit conversion of the input path to an equidistant one. Default value: ftl::NIL. | |
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels). Default value: 5. |
![]() | inSamplingParams | Fil.SamplingParams | .interpolation Bilinear | Parameters controlling the sampling process. Default value: .interpolation Bilinear. | |
![]() | outFittingMap | Fil.PathFittingMap | Optimized data required for path fitting. | ||
![]() | diagScanSegments | Fil.Diagnostic<System.Collections.Generic.List<Fil.Segment2D>> | Segments along which the scans will be run. | ||
![]() | diagSamplingAreas | Fil.Diagnostic<System.Collections.Generic.List<Fil.Rectangle2D>> | Scan fields created for point detection. |