You are here: Start » FIL.NET » FIS.FisFilter_ScanMultipleEdges3D Method
FIS.FisFilter_ScanMultipleEdges3D Method
Locates multiple changes of surface height along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanMultipleEdges3D ( FilNet.ScanMapState ioState, FilNet.Surface inSurface, FilNet.Path inScanPath, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.EdgeScanParams3D inEdgeScanParams, float inMinDistance, IList<FilNet.SurfaceEdge1D> outEdges, NullableRef<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. | ||
![]() | 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 ). | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive edges. Default value: 0.0f. |
![]() | outEdges | System.Collections.Generic.IList<FilNet.SurfaceEdge1D> | Found surface edges. | ||
![]() | 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. | ||
![]() | 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_ScanMultipleEdges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Single, IList<SurfaceEdge1D>)
- FisFilter_ScanMultipleEdges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Single, IList<SurfaceEdge1D>, NullableRef<Path>)
- FisFilter_ScanMultipleEdges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, EdgeScanParams3D, Single, IList<SurfaceEdge1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanMultipleEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>)
- FisFilter_ScanMultipleEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>, NullableRef<Path>)
- FisFilter_ScanMultipleEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanMultipleEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>, Path, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanMultipleEdges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)