You are here: Start » FIL.NET » FIS.FisFilter_FitPathToEdges Method
FIS.FisFilter_FitPathToEdges Method
Performs a series of 1D edge detections and creates a path from the detected points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_FitPathToEdges ( FilNet.PathFittingState ioState, FilNet.Image inImage, FilNet.PathFittingField inFittingField, int inScanWidth, FilNet.InterpolationMethod inImageInterpolation, FilNet.EdgeScanParams inEdgeScanParams, FilNet.Selection inEdgeSelection, float inMaxIncompleteness, INullable<FilNet.Path> outPath, NullableRef<List<FilNet.Edge1D?>> outEdges, NullableRef<NullableRef<FilNet.Profile>> outDeviationProfile, NullableRef<FilNet.PathFittingField> outAlignedFittingField )
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. | |
![]() | inEdgeScanParams | FilNet.EdgeScanParams | EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ) | Parameters controlling the edge extraction process. Default value: EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ). | |
![]() | inEdgeSelection | FilNet.Selection | Selection mode of edges. | ||
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of edge 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. | ||
![]() | outEdges | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Edge1D?>> | Found edges. Can be null to skip this parameter calculation. | ||
![]() | outDeviationProfile | FilNet.NullableRef<FilNet.NullableRef<FilNet.Profile>> | Profile of distances between the actual path points and the corresponding reference path points. Can be null to skip this parameter calculation. | ||
![]() | outAlignedFittingField | FilNet.NullableRef<FilNet.PathFittingField> | Fitting field used; in the image coordinate system. Can be null to skip this parameter calculation. |
Function Overrides
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, EdgeScanParams, Selection, Single, INullable<Path>)
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, EdgeScanParams, Selection, Single, INullable<Path>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>)
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, EdgeScanParams, Selection, Single, INullable<Path>, NullableRef<List<Nullable<Edge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, NullableRef<List<Nullable<Edge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>)
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, IList<Nullable<Edge1D>>, INullable<Profile>, PathFittingField, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToEdges(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, NullableRef<List<Nullable<Edge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)