You are here: Start » AVL.NET » AVL.FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Path, AvlNet.Profile, AvlNet.Point2D[], AvlNet.Point2D[], float[])
AVL.FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Path, AvlNet.Profile, AvlNet.Point2D[], AvlNet.Point2D[], float[])
Performs a series of 1D edge detections and creates a path from the detected points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitPathToEdges( AvlNet.Image inImage, AvlNet.PathFittingMap inFittingMap, AvlNet.EdgeScanParams inEdgeScanParams, AvlNet.Selection inEdgeSelection, float inMaxIncompleteness, out AvlNet.Path outPath, out AvlNet.Profile outDeviationProfile, out AvlNet.Point2D[] outFoundPoints, out AvlNet.Point2D[] outMissingPoints, out float[] outEdgeMagnitudes )
Parameters
- inImage
- Type: AvlNet.Image
Image to fit the path to - inFittingMap
- Type: AvlNet.PathFittingMap
Input fitting map - inEdgeScanParams
- Type: AvlNet.EdgeScanParams
Parameters controlling the edge extraction process - inEdgeSelection
- Type: AvlNet.Selection
Selection mode of edges - inMaxIncompleteness
- Type: System.Single
Maximal fraction of edge points not found - outPath
- Type: AvlNet.Path
Fitted path or nothing if the fitting failed - outDeviationProfile
- Type: AvlNet.Profile
- outFoundPoints
- Type: AvlNet.Point2D
- outMissingPoints
- Type: AvlNet.Point2D
- outEdgeMagnitudes
- Type: System.Single
Remarks
See full override for more details.
