You are here: Start » AVL.NET » Invoke.ScanSingleStripe3D
Locates the strongest pair of changes of surface height along a given path.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ScanSingleStripe3D ( Avl.Surface inSurface, Avl.ScanMap inScanMap, Avl.StripeScanParams3D inStripeScanParams, Avl.Selection inStripeSelection, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, Conditional<Avl.SurfaceStripe1D> outStripe, Optional<Avl.Profile> outHeightProfile, Optional<Avl.Profile> outResponseProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurface | Avl.Surface | Input surface. | ||
![]()  | inScanMap | Avl.ScanMap | Data precomputed with CreateSurfaceScanMap. | ||
![]()  | inStripeScanParams | Avl.StripeScanParams3D | Parameters controlling the surface stripe extraction process. | ||
![]()  | inStripeSelection | Avl.Selection | avl::Selection::Best | Selection mode of the resulting stripe. Default value: avl::Selection::Best. | |
![]()  | inLocalBlindness | Atl.Optional<Avl.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL. | ||
![]()  | inMaxProfileGapWidth | Atl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. | 
![]()  | outStripe | Atl.Conditional<Avl.SurfaceStripe1D> | Found surface stripe. | ||
![]()  | outHeightProfile | Atl.Optional<Avl.Profile> | Extracted surface height profile. | ||
![]()  | outResponseProfile | Atl.Optional<Avl.Profile> | Profile of the edge (derivative) operator response. | 


