You are here: Start » FIL.NET » FIS.FisFilter_FitPathToRidges Method
FIS.FisFilter_FitPathToRidges Method
Performs a series of 1D ridge detections and creates a path from the detected points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_FitPathToRidges ( FilNet.PathFittingState ioState, FilNet.Image inImage, FilNet.PathFittingField inFittingField, int inScanWidth, FilNet.InterpolationMethod inImageInterpolation, FilNet.RidgeScanParams inRidgeScanParams, FilNet.Selection inRidgeSelection, float inMaxIncompleteness, INullable<FilNet.Path> outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.PathFittingState | ||||
![]() | inImage | FilNet.Image | Image to fit the path to. | ||
![]() | inFittingField | FilNet.PathFittingField | Path fitting field. | ||
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels). Default value: 5. |
![]() | inImageInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of image pixel values. Default value: Bilinear. | |
![]() | inRidgeScanParams | FilNet.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 | FilNet.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 | FilNet.INullable<FilNet.Path> | Fitted path or nothing if the fitting failed. This parameter cannot be null. |
Function Overrides
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, RidgeScanParams, Selection, Single, INullable<Path>, NullableRef<List<Nullable<Ridge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>)
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, RidgeScanParams, Selection, Single, INullable<Path>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>)
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, RidgeScanParams, Selection, Single, INullable<Path>, NullableRef<List<Nullable<Ridge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, NullableRef<List<Nullable<Ridge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>)
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, IList<Nullable<Ridge1D>>, INullable<Profile>, PathFittingField, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToRidges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, NullableRef<List<Nullable<Ridge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)