You are here: Start » AVL.NET » AVL.FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?)
AVL.FitSegmentToRidges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, float, AvlNet.Segment2D?)
Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitSegmentToRidges( AvlNet.Image inImage, AvlNet.SegmentFittingMap inFittingMap, AvlNet.RidgeScanParams inRidgeScanParams, AvlNet.Selection inRidgeSelection, float inMaxIncompleteness, out AvlNet.Segment2D? outSegment )
Parameters
- inImage
- Type: AvlNet.Image
Image to fit segment to - inFittingMap
- Type: AvlNet.SegmentFittingMap
Input fitting map - inRidgeScanParams
- Type: AvlNet.RidgeScanParams
Parameters controlling the ridge extraction process - inRidgeSelection
- Type: AvlNet.Selection
Selection mode of ridges - inMaxIncompleteness
- Type: System.Single
Maximal fraction of ridge points not found - outSegment
- Type: System.Nullable<AvlNet.Segment2D>
Fitted segment or nothing if the fitting fails
