You are here: Start » FIL.NET » FIL.CreateCircleFittingMap3D
FIL.CreateCircleFittingMap3D
Precomputes a data object that is required for fast circle fitting on surfaces.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateCircleFittingMap3D ( FilNet.SurfaceFormat inSurfaceFormat, FilNet.CircleFittingField inFittingField, FilNet.CoordinateSystem2D? inFittingFieldAlignment, int inScanCount, float? inSamplingStep, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.CircleFittingMap outFittingMap, IList<FilNet.Segment2D> diagScanSegments, IList<FilNet.Rectangle2D> diagSamplingAreas )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurfaceFormat | FilNet.SurfaceFormat | Dimensions, depth image pixel type, coordinate offsets and scales of a surface on which circle 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. |
![]() | inSamplingStep | float? | Desired distance between consecutive sampling points on the scan segments; if Nil, the bigger of surface X and Y scales is chosen. Default value: ftl::NIL. | ||
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field in pixels of the surface depth image. Default value: 5. |
![]() | inSurfaceInterpolation | FilNet.InterpolationMethod | fil::InterpolationMethod::NearestNeighbour | Interpolation method used for extraction of depth image pixel values. Default value: fil::InterpolationMethod::NearestNeighbour. | |
![]() | 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
- CreateCircleFittingMap3D(SurfaceFormat, CircleFittingField, Int32, Int32, InterpolationMethod, CircleFittingMap)
- CreateCircleFittingMap3D(SurfaceFormat, CircleFittingField, Int32, Int32, InterpolationMethod, CircleFittingMap, IList<Segment2D>, IList<Rectangle2D>)
- CreateCircleFittingMap3D(SurfaceFormat, CircleFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, CircleFittingMap)