You are here: Start » AVL.NET » Function Reference » Computer Vision » 1D Edge Detection 3D » AVL.ScanSingleStripe3D

AVL.ScanSingleStripe3D

Locates the strongest pair of changes of surface height along a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ScanSingleStripe3D
(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.StripeScanParams3D inStripeScanParams,
	AvlNet.Selection inStripeSelection,
	AvlNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	INullable<AvlNet.SurfaceStripe1D> outStripe
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inScanMapAvlNet.ScanMapData precomputed with CreateSurfaceScanMap.
inStripeScanParamsAvlNet.StripeScanParams3DParameters controlling the surface stripe extraction process.
inStripeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting stripe. Default value: avl::Selection::Best.
inLocalBlindnessAvlNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL.
inMaxProfileGapWidthint?<0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outStripeAvlNet.INullable<AvlNet.SurfaceStripe1D>Found surface stripe. This parameter cannot be null.

Function Overrides

See also