You are here: Start » AVL.NET » AVS.FitPathToRidges_Direct Method
AVS.FitPathToRidges_Direct Method
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_Direct ( AvlNet.Image inImage, AvlNet.PathFittingField inFittingField, int inScanWidth, AvlNet.SamplingParams inSamplingParams, AvlNet.RidgeScanParams inRidgeScanParams, AvlNet.Selection inRidgeSelection, float inMaxIncompleteness, INullable<AvlNet.Path> outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Image to fit the path to. | ||
![]() | inFittingField | AvlNet.PathFittingField | Path fitting field. | ||
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels). Default value: 5. |
![]() | inSamplingParams | AvlNet.SamplingParams | Parameters controlling the sampling process. | ||
![]() | inRidgeScanParams | AvlNet.RidgeScanParams | RidgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5 RidgeMargin: 2 MinMagnitude: 5.0f RidgePolarity: Dark ) | Parameters controlling the ridge extraction process. Default value: RidgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5 RidgeMargin: 2 MinMagnitude: 5.0f RidgePolarity: Dark ). | |
![]() | inRidgeSelection | AvlNet.Selection | Selection mode of ridges. | ||
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of ridge points not found. Default value: 0.1f. |
![]() | outPath | AvlNet.INullable<AvlNet.Path> | Fitted path or nothing if the fitting failed. This parameter cannot be null. |
Function Overrides
- FitPathToRidges_Direct(Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, SamplingParams, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>)
- FitPathToRidges_Direct(Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, SamplingParams, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, NullableRef<List<Nullable<Ridge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, NullableRef<SafeList<Profile>>, NullableRef<SafeList<Profile>>)
- FitPathToRidges_Direct(Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, SamplingParams, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, IList<Nullable<Ridge1D>>, INullable<Profile>, PathFittingField, IList<Profile>, IList<Profile>, IList<Segment2D>, IList<Rectangle2D>)
- FitPathToRidges_Direct(Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, SamplingParams, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, NullableRef<List<Nullable<Ridge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, NullableRef<SafeList<Profile>>, NullableRef<SafeList<Profile>>, IList<Segment2D>, IList<Rectangle2D>)