You are here: Start » FIL.NET » FIS.FisFilter_ScanExactlyNEdges3D Method
FIS.FisFilter_ScanExactlyNEdges3D Method
Locates a specified number of the strongest changes of surface height along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanExactlyNEdges3D ( FilNet.ScanMapState ioState, FilNet.Surface inSurface, FilNet.Path inScanPath, FilNet.CoordinateSystem2D? inScanPathAlignment, float? inSamplingStep, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.EdgeScanParams3D inEdgeScanParams, int inEdgeCount, FilNet.Selection inEdgeSelection, float inMinDistance, float? inMaxDistance, FilNet.LocalBlindness? inLocalBlindness, int? inMaxProfileGapWidth, INullable<List<FilNet.SurfaceEdge1D>> outEdges, NullableRef<FilNet.Path> outAlignedScanPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ScanMapState | ||||
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inScanPath | FilNet.Path | Path along which the scan is performed. | ||
![]() | inScanPathAlignment | FilNet.CoordinateSystem2D? | Adjusts the scan path to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inSamplingStep | float? | <0.0f, INF> | Distance between consecutive sampling points on the scan path; if Nil, the bigger of surface X and Y scales is chosen. Default value: ftl::NIL. | |
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inSurfaceInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of surface points. Default value: Bilinear. | |
![]() | inEdgeScanParams | FilNet.EdgeScanParams3D | EdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh ) | Parameters controlling the surface edge extraction process. Default value: EdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh ). | |
![]() | inEdgeCount | int | <0, INF> | 1 | Number of surface edges to be found. Default value: 1. |
![]() | inEdgeSelection | FilNet.Selection | Selection mode of the resulting edges. | ||
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive edges. Default value: 0.0f. |
![]() | inMaxDistance | float? | <0.0f, INF> | Maximal distance between consecutive edges. Default value: ftl::NIL. | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inMaxProfileGapWidth | int? | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | outEdges | FilNet.INullable<System.Collections.Generic.List<FilNet.SurfaceEdge1D>> | Found surface edges. This parameter cannot be null. | ||
![]() | outAlignedScanPath | FilNet.NullableRef<FilNet.Path> | Path along which the scan is performed; in the image coordinate system. Can be null to skip this parameter calculation. |
Function Overrides
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, INullable<List<SurfaceEdge1D>>)
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, INullable<List<SurfaceEdge1D>>, NullableRef<Path>)
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, INullable<List<SurfaceEdge1D>>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, INullable<List<SurfaceEdge1D>>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceEdge1D>>)
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceEdge1D>>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceEdge1D>>, Path, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceEdge1D>>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)