You are here: Start » AVL.NET » Function Reference » Computer Vision » Shape Fitting 3D » AVL.CreatePathFittingMap3D

AVL.CreatePathFittingMap3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreatePathFittingMap3D
(
	AvlNet.SurfaceFormat inSurfaceFormat,
	AvlNet.PathFittingField inFittingField,
	int inScanWidth,
	AvlNet.InterpolationMethod inSurfaceInterpolation,
	AvlNet.PathFittingMap outFittingMap
)

Parameters

Name Type Range Default Description
inSurfaceFormatAvlNet.SurfaceFormatDimensions, depth image pixel type, coordinate offsets and scales of a surface on which path fitting will be performed.
inFittingFieldAvlNet.PathFittingFieldDefines a stripe in which scan segments will be created.
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.PathFittingMapOptimized data required for path fitting.

Function Overrides

See also