You are here: Start » FIL.NET » FIS.CreateScanMap Method
FIS.CreateScanMap Method
Precomputes a data object that is required for fast 1D edge detection.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateScanMap ( FilNet.ImageFormat inImageFormat, FilNet.Path inScanPath, FilNet.CoordinateSystem2D? inScanPathAlignment, int inScanWidth, FilNet.SamplingParams inSamplingParams, FilNet.ScanMap outScanMap, FilNet.Path outAlignedScanPath, IList<FilNet.Path> diagSamplingPoints, out float diagSamplingStep )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | Dimensions, depth and pixel type of the image on which edge detection will be performed. | ||
![]() | 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. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inSamplingParams | FilNet.SamplingParams | .interpolation Bilinear | Parameters controlling the sampling process. Default value: .interpolation Bilinear. | |
![]() | outScanMap | FilNet.ScanMap | Optimized data object required for 1D edge detection. | ||
![]() | outAlignedScanPath | FilNet.Path | Transformed input path. | ||
![]() | diagSamplingPoints | System.Collections.Generic.IList<FilNet.Path> | Array of paths each one containing the sampling points that contributes to a single value of the extracted profile. | ||
![]() | diagSamplingStep | float | Used distance between consecutive sampling points on the scan path. |
Function Overrides
- CreateScanMap(ImageFormat, Path, Int32, SamplingParams, ScanMap)
- CreateScanMap(ImageFormat, Path, Nullable<CoordinateSystem2D>, Int32, SamplingParams, ScanMap)
- CreateScanMap(ImageFormat, Path, Nullable<CoordinateSystem2D>, Int32, SamplingParams, ScanMap, NullableRef<Path>)
- CreateScanMap(ImageFormat, Path, Nullable<CoordinateSystem2D>, Int32, SamplingParams, ScanMap, NullableRef<Path>, IList<Path>, Single)