You are here: Start » FIL.NET » FIS.FisFilter_FitSegmentToEdges3D Method
FIS.FisFilter_FitSegmentToEdges3D Method
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_FitSegmentToEdges3D ( FilNet.SegmentFitting3DState ioState, FilNet.Surface inSurface, FilNet.SegmentFittingField inFittingField, FilNet.CoordinateSystem2D? inFittingFieldAlignment, int inScanCount, float? inSamplingStep, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.EdgeScanParams3D inEdgeScanParams, FilNet.Selection inEdgeSelection, FilNet.LocalBlindness? inLocalBlindness, int? inMaxProfileGapWidth, float inMaxIncompleteness, FilNet.MEstimator? inOutlierSuppression, INullable<FilNet.Segment3D> outSegment, NullableRef<List<FilNet.SurfaceEdge1D?>> outEdges, NullableRef<NullableRef<FilNet.Profile>> outDeviationProfile, NullableValue<FilNet.SegmentFittingField> outAlignedFittingField, NullableRef<List<FilNet.Point3D>> outInliers, IList<FilNet.Segment2D> diagScanSegments, IList<FilNet.Rectangle2D> diagSamplingAreas, IList<FilNet.Profile> diagHeightProfiles, IList<FilNet.Profile> diagResponseProfiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.SegmentFitting3DState | ||||
![]() | 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? | 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 | |
![]() | inEdgeScanParams | FilNet.EdgeScanParams3D | EdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 1.0f MinMagnitude: 5.0f EdgeTransition: LowToHigh ) | Parameters controlling the edge extraction process | |
![]() | inEdgeSelection | FilNet.Selection | Selection mode of edges | ||
![]() | 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 edge 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 | ||
![]() | outEdges | FilNet.NullableRef<System.Collections.Generic.List<FilNet.SurfaceEdge1D?>> | Found edges | ||
![]() | 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 | ||
![]() | outInliers | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Point3D>> | Points matching the fitting segment | ||
![]() | 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 | ||
![]() | diagHeightProfiles | System.Collections.Generic.IList<FilNet.Profile> | Extracted surface height profiles | ||
![]() | diagResponseProfiles | System.Collections.Generic.IList<FilNet.Profile> | Profiles of the edge (derivative) operator response |
Function Overrides
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Int32, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Single, INullable<Segment3D>)
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Int32, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Single, INullable<Segment3D>, NullableRef<List<Nullable<SurfaceEdge1D>>>, NullableRef<NullableRef<Profile>>, NullableValue<SegmentFittingField>, NullableRef<List<Point3D>>)
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Int32, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Single, INullable<Segment3D>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>)
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Int32, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Single, INullable<Segment3D>, NullableRef<List<Nullable<SurfaceEdge1D>>>, NullableRef<NullableRef<Profile>>, NullableValue<SegmentFittingField>, NullableRef<List<Point3D>>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, NullableRef<List<Nullable<SurfaceEdge1D>>>, NullableRef<NullableRef<Profile>>, NullableValue<SegmentFittingField>, NullableRef<List<Point3D>>)
- FisFilter_FitSegmentToEdges3D(SegmentFitting3DState, Surface, SegmentFittingField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, IList<Nullable<SurfaceEdge1D>>, INullable<Profile>, SegmentFittingField, IList<Point3D>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)