You are here: Start » FIL.NET » Invoke.CreateSurfaceScanMap
Invoke.CreateSurfaceScanMap
Precomputes a data object that is required for fast 1D edge detection in 3D.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateSurfaceScanMap ( Fil.SurfaceFormat inSurfaceFormat, Fil.Path inScanPath, Optional<Fil.CoordinateSystem2D> inScanPathAlignment, Optional<float> inSamplingStep, int inScanWidth, Fil.InterpolationMethod inSurfaceInterpolation, Fil.ScanMap outScanMap, Optional<Fil.Path> outAlignedScanPath, Diagnostic<List<Fil.Path>> diagSamplingPoints, Diagnostic<float> diagSamplingStep )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurfaceFormat | Fil.SurfaceFormat | Dimensions, depth image pixel type, coordinate offsets and scales of a surface on which edge detection will be performed. | ||
![]() | 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> | Desired 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 of the surface depth image. Default value: 5. |
![]() | inSurfaceInterpolation | Fil.InterpolationMethod | Bilinear | Interpolation method used for extraction of depth image pixel values. Default value: Bilinear. | |
![]() | outScanMap | Fil.ScanMap | Optimized data object required for 1D edge detection in 3D. | ||
![]() | outAlignedScanPath | Ftl.Optional<Fil.Path> | Transformed input path. | ||
![]() | 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. |