You are here: Start » FIL.NET » Invoke.CreateMeasurementMap
Invoke.CreateMeasurementMap
(Pre)computes image sampling locations used by MeasureObjectWidth function.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateMeasurementMap ( Fil.ImageFormat inImageFormat, Fil.SegmentScanField inScanField, Optional<Fil.CoordinateSystem2D> inScanFieldAlignment, int inScanCount, int inScanWidth, Fil.InterpolationMethod inImageInterpolation, List<Fil.ScanMap> outMeasurementMap, Optional<Fil.SegmentScanField> outAlignedScanField, Diagnostic<List<Fil.Segment2D>> diagScanSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | Information about dimensions, depth and pixel type of the scan image. | ||
![]() | inScanField | Fil.SegmentScanField | Field in which scans will be performed. | ||
![]() | inScanFieldAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the scan field to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanCount | int | <2, INF> | 5 | Number of scans to be performed. Default value: 5. |
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan area. Default value: 5. |
![]() | inImageInterpolation | Fil.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outMeasurementMap | System.Collections.Generic.List<Fil.ScanMap> | |||
![]() | outAlignedScanField | Ftl.Optional<Fil.SegmentScanField> | Field in which the scans will be performed. | ||
![]() | diagScanSegments | Fil.Diagnostic<System.Collections.Generic.List<Fil.Segment2D>> | Array of scan segments. |