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

FIL.CreatePathFittingMap3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFormatFilNet.SurfaceFormatDimensions, depth image pixel type, coordinate offsets and scales of a surface on which path fitting will be performed.
inFittingFieldFilNet.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.
inSurfaceInterpolationFilNet.InterpolationMethodfil::InterpolationMethod::NearestNeighbourInterpolation method used for extraction of depth image pixel values. Default value: fil::InterpolationMethod::NearestNeighbour.
outFittingMapFilNet.PathFittingMapOptimized data required for path fitting.

Function Overrides

See also