You are here: Start » AVL.NET » AVL.FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, int?, float?, float, AvlNet.Path)
AVL.FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, int?, float?, float, AvlNet.Path)
Performs a series of 1D ridge detections and creates a path from the detected points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitPathToRidges( AvlNet.Image inImage, AvlNet.PathFittingMap inFittingMap, AvlNet.RidgeScanParams inRidgeScanParams, AvlNet.Selection inRidgeSelection, AvlNet.LocalBlindness inLocalBlindness, int? inMaxInterpolationLength, float? inMaxDeviationDelta, float inMaxIncompleteness, out AvlNet.Path outPath )
Parameters
- inImage
- Type: AvlNet.Image
Image to fit the path to - inFittingMap
- Type: AvlNet.PathFittingMap
Input fitting map - inRidgeScanParams
- Type: AvlNet.RidgeScanParams
Parameters controlling the ridge extraction process - inRidgeSelection
- Type: AvlNet.Selection
Selection mode of ridges - inLocalBlindness
- Type: AvlNet.LocalBlindness
Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges, or null. - inMaxInterpolationLength
- Type: System.Nullable<System.Int32>
Maximal number of consecutive points not found, or null. - inMaxDeviationDelta
- Type: System.Nullable<System.Single>
Maximal difference between deviations of consecutive path points, or null. - inMaxIncompleteness
- Type: System.Single
Maximal fraction of ridge points not found - outPath
- Type: AvlNet.Path
Fitted path or nothing if the fitting failed
