You are here: Start » FIL.NET » FIS.FisFilter_FitPathToStripe Method
FIS.FisFilter_FitPathToStripe Method
Performs a series of 1D stripe detections and creates a path from the detected points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_FitPathToStripe ( FilNet.PathFittingState ioState, FilNet.Image inImage, FilNet.PathFittingField inFittingField, int inScanWidth, FilNet.InterpolationMethod inImageInterpolation, FilNet.StripeScanParams inStripeScanParams, FilNet.Selection inStripeSelection, float inMaxIncompleteness, INullable<FilNet.Path> outPath, INullable<FilNet.Path> outLeftPath, INullable<FilNet.Path> outRightPath, IList<NullableRef<FilNet.Stripe1D>> outStripes, IList<FilNet.Segment2D> diagScanSegments, IList<FilNet.Rectangle2D> diagSamplingAreas, IList<FilNet.Profile> diagBrightnessProfiles, IList<FilNet.Profile> diagResponseProfiles )
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. | |
![]() | inStripeScanParams | FilNet.StripeScanParams | StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ) | Parameters controlling the stripe extraction process. Default value: StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ). | |
![]() | inStripeSelection | FilNet.Selection | Selection mode of stripe. | ||
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found. Default value: 0.1f. |
![]() | outPath | FilNet.INullable<FilNet.Path> | Fitted path in the middle of found stripe. This parameter cannot be null. | ||
![]() | outLeftPath | FilNet.INullable<FilNet.Path> | Fitted left path. This parameter cannot be null. | ||
![]() | outRightPath | FilNet.INullable<FilNet.Path> | Fitted right path. This parameter cannot be null. | ||
![]() | outStripes | System.Collections.Generic.IList<FilNet.NullableRef<FilNet.Stripe1D>> | Found stripes. | ||
![]() | diagScanSegments | System.Collections.Generic.IList<FilNet.Segment2D> | Segments along which the scans were run. | ||
![]() | diagSamplingAreas | System.Collections.Generic.IList<FilNet.Rectangle2D> | Areas from which the input image is sampled. | ||
![]() | diagBrightnessProfiles | System.Collections.Generic.IList<FilNet.Profile> | Extracted image profiles. | ||
![]() | diagResponseProfiles | System.Collections.Generic.IList<FilNet.Profile> | Profiles of the edge (derivative) operator response. |
Function Overrides
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, StripeScanParams, Selection, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>)
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, StripeScanParams, Selection, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>)
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>)
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Int32, InterpolationMethod, StripeScanParams, Selection, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>)
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, INullable<Profile>, PathFittingField, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitPathToStripe(PathFittingState, Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)