You are here: Start » FIL.NET » FIS.FisFilter_ScanSingleEdge3D Method
FIS.FisFilter_ScanSingleEdge3D Method
Locates the strongest change of surface height along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanSingleEdge3D ( FilNet.ScanMapState ioState, FilNet.Surface inSurface, FilNet.Path inScanPath, FilNet.CoordinateSystem2D? inScanPathAlignment, float? inSamplingStep, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.EdgeScanParams3D inEdgeScanParams, FilNet.Selection inEdgeSelection, FilNet.LocalBlindness? inLocalBlindness, int? inMaxProfileGapWidth, out FilNet.SurfaceEdge1D? outEdge, FilNet.Path outAlignedScanPath, FilNet.Profile diagHeightProfile, FilNet.Profile diagResponseProfile, IList<FilNet.Path> diagSamplingPoints, out float diagSamplingStep )
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 ). | |
![]() | inEdgeSelection | FilNet.Selection | If many edge points are possible, defines which one is selected. | ||
![]() | 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. |
![]() | outEdge | FilNet.SurfaceEdge1D? | Found surface edge. | ||
![]() | outAlignedScanPath | FilNet.Path | Path along which the scan is performed; in the image coordinate system. | ||
![]() | diagHeightProfile | FilNet.Profile | Extracted surface height profile. | ||
![]() | diagResponseProfile | FilNet.Profile | Profile of the edge (derivative) operator response. | ||
![]() | diagSamplingPoints | System.Collections.Generic.IList<FilNet.Path> | Array of paths each one containing the sampling points that contributed to a single value of the extracted profile; in the image coordinate system. | ||
![]() | diagSamplingStep | float | Used distance between consecutive sampling points on the scan path. |
Function Overrides
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<SurfaceEdge1D>)
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<SurfaceEdge1D>, NullableRef<Path>)
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<SurfaceEdge1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<SurfaceEdge1D>)
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<SurfaceEdge1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<SurfaceEdge1D>, NullableRef<Path>)
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<SurfaceEdge1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleEdge3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<SurfaceEdge1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)