You are here: Start » FIL.NET » FIS.FitSegmentToStripe3D_Direct Method
FIS.FitSegmentToStripe3D_Direct Method
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitSegmentToStripe3D_Direct ( FilNet.Surface inSurface, FilNet.SegmentFittingField inFittingField, FilNet.CoordinateSystem2D? inFittingFieldAlignment, int inScanCount, float? inSamplingStep, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.StripeScanParams3D inStripeScanParams, FilNet.Selection inStripeSelection, FilNet.LocalBlindness? inLocalBlindness, int? inMaxProfileGapWidth, float inMaxIncompleteness, FilNet.MEstimator? inOutlierSuppression, INullable<FilNet.Segment3D> outSegment, INullable<FilNet.Segment3D> outLeftSegment, INullable<FilNet.Segment3D> outRightSegment, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>> outStripes, NullableRef<List<FilNet.Point3D>> outStripePoints, NullableRef<NullableRef<FilNet.Profile>> outDeviationProfile, NullableValue<FilNet.SegmentFittingField> outAlignedFittingField, NullableRef<SafeList<FilNet.Profile>> outHeightProfiles, NullableRef<SafeList<FilNet.Profile>> outResponseProfiles, IList<FilNet.Segment2D> diagScanSegments, IList<FilNet.Rectangle2D> diagSamplingAreas )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Surface to fit segment to | ||
![]() | inFittingField | FilNet.SegmentFittingField | Segment fitting field | ||
![]() | inFittingFieldAlignment | FilNet.CoordinateSystem2D? | Adjusts the fitting field to the position of the inspected object | ||
![]() | inScanCount | int | <3, INF> | 10 | The number of points that will be searched to estimate the position of the segment |
![]() | inSamplingStep | float? | <0.0f, INF> | Desired distance between consecutive sampling points on the scan segments; if Nil, the bigger of surface X and Y scales is chosen | |
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels) |
![]() | inSurfaceInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of surface points | |
![]() | inStripeScanParams | FilNet.StripeScanParams3D | StripeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 1.0f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil MinStripeWidth: 0.0f MaxStripeWidth: Nil StripePolarity: High ) | 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 | ||
![]() | inMaxProfileGapWidth | int? | <0, INF> | 1 | Maximal number of consecutive not existing profile points |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found |
![]() | inOutlierSuppression | FilNet.MEstimator? | Selects a method for ignoring incorrectly detected points | ||
![]() | outSegment | FilNet.INullable<FilNet.Segment3D> | Fitted segment or nothing if the fitting fails | ||
![]() | outLeftSegment | FilNet.INullable<FilNet.Segment3D> | Fitted left segment | ||
![]() | outRightSegment | FilNet.INullable<FilNet.Segment3D> | Fitted right segment | ||
![]() | outStripes | FilNet.NullableRef<System.Collections.Generic.List<FilNet.NullableRef<FilNet.SurfaceStripe1D>>> | Found stripes | ||
![]() | outStripePoints | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Point3D>> | Extracted points of middle segment of a surface stripe | ||
![]() | outDeviationProfile | FilNet.NullableRef<FilNet.NullableRef<FilNet.Profile>> | Profile of distances between the actual segment points and the corresponding reference segment points | ||
![]() | outAlignedFittingField | FilNet.NullableValue<FilNet.SegmentFittingField> | Fitting field used; in the image coordinate system | ||
![]() | outHeightProfiles | FilNet.NullableRef<FilNet.SafeList<FilNet.Profile>> | Extracted surface height 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
- FitSegmentToStripe3D_Direct(Surface, SegmentFittingField, Int32, Int32, InterpolationMethod, StripeScanParams3D, Selection, Single, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>)
- FitSegmentToStripe3D_Direct(Surface, SegmentFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>)
- FitSegmentToStripe3D_Direct(Surface, SegmentFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<List<Point3D>>, NullableRef<NullableRef<Profile>>, NullableValue<SegmentFittingField>, NullableRef<SafeList<Profile>>, NullableRef<SafeList<Profile>>)
- FitSegmentToStripe3D_Direct(Surface, SegmentFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, IList<NullableRef<SurfaceStripe1D>>, IList<Point3D>, INullable<Profile>, SegmentFittingField, IList<Profile>, IList<Profile>, IList<Segment2D>, IList<Rectangle2D>)