You are here: Start » AVL.NET » AVS.CreateSegmentFittingMap3D Method

AVS.CreateSegmentFittingMap3D Method

Precomputes a data object that is required for fast segment fitting on surfaces.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateSegmentFittingMap3D
(
	AvlNet.SurfaceFormat inSurfaceFormat,
	AvlNet.SegmentFittingField inFittingField,
	AvlNet.CoordinateSystem2D? inFittingFieldAlignment,
	int inScanCount,
	float? inSamplingStep,
	int inScanWidth,
	AvlNet.InterpolationMethod inSurfaceInterpolation,
	AvlNet.SegmentFittingMap outFittingMap
)

Parameters

Name Type Range Default Description
inSurfaceFormatAvlNet.SurfaceFormatDimensions, depth image pixel type, coordinate offsets and scales of a surface on which segment fitting will be performed.
inFittingFieldAvlNet.SegmentFittingFieldDefines a rectangle in which scan segments will be created.
inFittingFieldAlignmentAvlNet.CoordinateSystem2D?Adjusts the fitting field to the position of the inspected object. Default value: atl::NIL.
inScanCountint<3, INF>10The number of points that will be searched to estimate the position of the segment. Default value: 10.
inSamplingStepfloat?Desired distance between consecutive sampling points on the scan segments; if Nil, the bigger of surface X and Y scales is chosen. Default value: atl::NIL.
inScanWidthint<1, INF>5The width of each scan field in pixels of the surface depth image. Default value: 5.
inSurfaceInterpolationAvlNet.InterpolationMethodavl::InterpolationMethod::NearestNeighbourInterpolation method used for extraction of depth image pixel values. Default value: avl::InterpolationMethod::NearestNeighbour.
outFittingMapAvlNet.SegmentFittingMapOptimized data required for segment fitting.

Function Overrides

See also