You are here: Start » FIL.NET » FIS.FitPathToStripe_Direct Method
FIS.FitPathToStripe_Direct Method
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitPathToStripe_Direct ( FilNet.Image inImage, FilNet.PathFittingField inFittingField, FilNet.CoordinateSystem2D? inFittingFieldAlignment, float? inScanStep, int inScanWidth, FilNet.SamplingParams inSamplingParams, FilNet.StripeScanParams inStripeScanParams, FilNet.Selection inStripeSelection, FilNet.LocalBlindness? inLocalBlindness, int? inMaxInterpolationLength, float? inMaxDeviationDelta, float inMaxIncompleteness, INullable<FilNet.Path> outPath, INullable<FilNet.Path> outLeftPath, INullable<FilNet.Path> outRightPath, IList<NullableRef<FilNet.Stripe1D>> outStripes, NullableRef<NullableRef<FilNet.Profile>> outDeviationProfile, NullableRef<FilNet.PathFittingField> outAlignedFittingField, NullableRef<SafeList<FilNet.Profile>> outBrightnessProfiles, NullableRef<SafeList<FilNet.Profile>> outResponseProfiles, IList<FilNet.Segment2D> diagScanSegments, IList<FilNet.Rectangle2D> diagSamplingAreas )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image to fit the path to | ||
![]() | inFittingField | FilNet.PathFittingField | Path fitting field | ||
![]() | inFittingFieldAlignment | FilNet.CoordinateSystem2D? | Adjusts the fitting field to the position of the inspected object | ||
![]() | inScanStep | float? | <0.0f, INF> | 5.0f | Optional implicit conversion of the input path to an equidistant one |
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels) |
![]() | inSamplingParams | FilNet.SamplingParams | Parameters controlling the sampling process | ||
![]() | 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 | |
![]() | inStripeSelection | FilNet.Selection | Selection mode of stripe | ||
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges | ||
![]() | inMaxInterpolationLength | int? | <0, INF> | 1 | Maximal number of consecutive points not found |
![]() | inMaxDeviationDelta | float? | <0.0f, INF> | Maximal difference between deviations of consecutive path points | |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found |
![]() | outPath | FilNet.INullable<FilNet.Path> | Fitted path in the middle of found stripe | ||
![]() | outLeftPath | FilNet.INullable<FilNet.Path> | Fitted left path | ||
![]() | outRightPath | FilNet.INullable<FilNet.Path> | Fitted right path | ||
![]() | outStripes | System.Collections.Generic.IList<FilNet.NullableRef<FilNet.Stripe1D>> | Found stripes | ||
![]() | outDeviationProfile | FilNet.NullableRef<FilNet.NullableRef<FilNet.Profile>> | Profile of distances between the actual path points and the corresponding reference path points | ||
![]() | outAlignedFittingField | FilNet.NullableRef<FilNet.PathFittingField> | Fitting field used; in the image coordinate system | ||
![]() | outBrightnessProfiles | FilNet.NullableRef<FilNet.SafeList<FilNet.Profile>> | Extracted image profiles | ||
![]() | outResponseProfiles | FilNet.NullableRef<FilNet.SafeList<FilNet.Profile>> | Profiles of the edge (derivative) operator response | ||
![]() | 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 |
Function Overrides
- FitPathToStripe_Direct(Image, PathFittingField, Int32, SamplingParams, StripeScanParams, Selection, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>)
- FitPathToStripe_Direct(Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, SamplingParams, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>)
- FitPathToStripe_Direct(Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, SamplingParams, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, NullableRef<SafeList<Profile>>, NullableRef<SafeList<Profile>>)
- FitPathToStripe_Direct(Image, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, SamplingParams, StripeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Single>, Single, INullable<Path>, INullable<Path>, INullable<Path>, IList<NullableRef<Stripe1D>>, INullable<Profile>, PathFittingField, IList<Profile>, IList<Profile>, IList<Segment2D>, IList<Rectangle2D>)