You are here: Start » FIL.NET » Invoke.ScanMultipleStripes3D_Direct
Locates multiple pairs of changes of surface height along a given path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ScanMultipleStripes3D_Direct ( Fil.Surface inSurface, Fil.Path inScanPath, Optional<Fil.CoordinateSystem2D> inScanPathAlignment, Optional<float> inSamplingStep, int inScanWidth, Fil.InterpolationMethod inSurfaceInterpolation, Fil.StripeScanParams3D inStripeScanParams, float inMinGapWidth, Optional<float> inMaxGapWidth, Optional<Fil.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, List<Fil.SurfaceStripe1D> outStripes, Optional<Fil.Path> outAlignedScanPath, Optional<Fil.Profile> outHeightProfile, Optional<Fil.Profile> outResponseProfile, Diagnostic<List<Fil.Path>> diagSamplingPoints, Diagnostic<float> diagSamplingStep )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inScanPath | Fil.Path | Path along which the scan is performed. | ||
![]() | inScanPathAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the scan path to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inSamplingStep | Ftl.Optional<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 | Fil.InterpolationMethod | Bilinear | Interpolation method used for extraction of surface points. Default value: Bilinear. | |
![]() | inStripeScanParams | Fil.StripeScanParams3D | StripeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Low MinStripeWidth: 0.0f MaxStripeWidth: Nil ) | Parameters controlling the surface stripe extraction process. Default value: StripeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Low MinStripeWidth: 0.0f MaxStripeWidth: Nil ). | |
![]() | inMinGapWidth | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive surface stripes. Default value: 0.0f. |
![]() | inMaxGapWidth | Ftl.Optional<float> | <0.0f, INF> | Maximal distance between consecutive surface stripes. Default value: ftl::NIL. | |
![]() | inLocalBlindness | Ftl.Optional<Fil.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inMaxProfileGapWidth | Ftl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | outStripes | System.Collections.Generic.List<Fil.SurfaceStripe1D> | Found surface stripes. | ||
![]() | outAlignedScanPath | Ftl.Optional<Fil.Path> | Path along which the scan is performed; in the image coordinate system. | ||
![]() | outHeightProfile | Ftl.Optional<Fil.Profile> | Extracted surface height profile. | ||
![]() | outResponseProfile | Ftl.Optional<Fil.Profile> | Profile of the edge (derivative) operator response. | ||
![]() | diagSamplingPoints | Fil.Diagnostic<System.Collections.Generic.List<Fil.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 | Fil.Diagnostic<float> | Used distance between consecutive sampling points on the scan path. |