You are here: Start » AVL.NET » AVS.CreatePathFittingMap Method
AVS.CreatePathFittingMap Method
Precomputes a data object that is required for fast path fitting on images.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreatePathFittingMap ( AvlNet.ImageFormat inImageFormat, AvlNet.PathFittingField inFittingField, int inScanWidth, AvlNet.InterpolationMethod inImageInterpolation, AvlNet.PathFittingMap outFittingMap, IList<AvlNet.Segment2D> diagScanSegments, IList<AvlNet.Rectangle2D> diagSamplingAreas )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageFormat | AvlNet.ImageFormat | Dimensions, depth and pixel type of the images on which fitting will be performed. | ||
![]() | inFittingField | AvlNet.PathFittingField | Defines a stripe in which scan segments will be created. | ||
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels). Default value: 5. |
![]() | inImageInterpolation | AvlNet.InterpolationMethod | avl::InterpolationMethod::NearestNeighbour | Interpolation method used for extraction of image pixel values. Default value: avl::InterpolationMethod::NearestNeighbour. | |
![]() | outFittingMap | AvlNet.PathFittingMap | Optimized data required for path fitting. | ||
![]() | diagScanSegments | System.Collections.Generic.IList<AvlNet.Segment2D> | Segments along which the scans will be run. | ||
![]() | diagSamplingAreas | System.Collections.Generic.IList<AvlNet.Rectangle2D> | Scan fields created for point detection. |
Function Overrides
- CreatePathFittingMap(ImageFormat, PathFittingField, Int32, InterpolationMethod, PathFittingMap)
- CreatePathFittingMap(ImageFormat, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, PathFittingMap)
- CreatePathFittingMap(ImageFormat, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, PathFittingMap, IList<Segment2D>, IList<Rectangle2D>)



