You are here: Start » AVL.NET » AVL.ScanSingleRidge(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, AvlNet.Ridge1D?)
AVL.ScanSingleRidge(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, AvlNet.Ridge1D?)
Locates the strongest dark or bright pixel peak along a given path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ScanSingleRidge( AvlNet.Image inImage, AvlNet.ScanMap inScanMap, AvlNet.RidgeScanParams inRidgeScanParams, AvlNet.Selection inRidgeSelection, AvlNet.LocalBlindness inLocalBlindness, out AvlNet.Ridge1D? outRidge )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inScanMap
- Type: AvlNet.ScanMap
Data precomputed with CreateScanMap - inRidgeScanParams
- Type: AvlNet.RidgeScanParams
Parameters controlling the ridge extraction process - inRidgeSelection
- Type: AvlNet.Selection
Selection mode of the resulting ridge - inLocalBlindness
- Type: AvlNet.LocalBlindness
Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges, or null. - outRidge
- Type: System.Nullable<AvlNet.Ridge1D>
Found ridge
