You are here: Start » AVL.NET » AVL.FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Edge1D?[], AvlNet.Profile)
AVL.FitSegmentToEdges(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Edge1D?[], AvlNet.Profile)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitSegmentToEdges( AvlNet.Image inImage, AvlNet.SegmentFittingMap inFittingMap, AvlNet.EdgeScanParams inEdgeScanParams, AvlNet.Selection inEdgeSelection, AvlNet.LocalBlindness inLocalBlindness, float inMaxIncompleteness, AvlNet.MEstimator? inOutlierSuppression, out AvlNet.Segment2D? outSegment, out AvlNet.Edge1D?[] outEdges, out AvlNet.Profile outDeviationProfile )
Parameters
- inImage
- Type: AvlNet.Image
- inFittingMap
- Type: AvlNet.SegmentFittingMap
- inEdgeScanParams
- Type: AvlNet.EdgeScanParams
- inEdgeSelection
- Type: AvlNet.Selection
- inLocalBlindness
- Type: AvlNet.LocalBlindness
- inMaxIncompleteness
- Type: System.Single
- inOutlierSuppression
- Type: System.Nullable<AvlNet.MEstimator>
- outSegment
- Type: System.Nullable<AvlNet.Segment2D>
- outEdges
- Type: System.Nullable<AvlNet.Edge1D>
- outDeviationProfile
- Type: AvlNet.Profile
