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

AVS.CreateSurfaceScanMap Method

Precomputes a data object that is required for fast 1D edge detection in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateSurfaceScanMap
(
	AvlNet.SurfaceFormat inSurfaceFormat,
	AvlNet.Path inScanPath,
	AvlNet.CoordinateSystem2D? inScanPathAlignment,
	float? inSamplingStep,
	int inScanWidth,
	AvlNet.InterpolationMethod inSurfaceInterpolation,
	AvlNet.ScanMap outScanMap
)

Parameters

Name Type Range Default Description
inSurfaceFormatAvlNet.SurfaceFormatDimensions, depth image pixel type, coordinate offsets and scales of a surface on which edge detection will be performed.
inScanPathAvlNet.PathPath along which the scan is performed.
inScanPathAlignmentAvlNet.CoordinateSystem2D?Adjusts the scan path to the position of the inspected object. Default value: atl::NIL.
inSamplingStepfloat?<0.0f, INF>Desired distance between consecutive sampling points on the scan path; if Nil, the bigger of surface X and Y scales is chosen. Default value: atl::NIL.
inScanWidthint<1, INF>5Width of the scan field in pixels of the surface depth image. Default value: 5.
inSurfaceInterpolationAvlNet.InterpolationMethodBilinearInterpolation method used for extraction of depth image pixel values. Default value: Bilinear.
outScanMapAvlNet.ScanMapOptimized data object required for 1D edge detection in 3D.

Function Overrides

See also