You are here: Start » FIL.NET » FIS.ScanSingleStripe3D_Direct Method
FIS.ScanSingleStripe3D_Direct Method
Locates the strongest pair of changes of surface height along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ScanSingleStripe3D_Direct ( FilNet.Surface inSurface, FilNet.Path inScanPath, FilNet.CoordinateSystem2D? inScanPathAlignment, float? inSamplingStep, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.StripeScanParams3D inStripeScanParams, FilNet.Selection inStripeSelection, FilNet.LocalBlindness? inLocalBlindness, int? inMaxProfileGapWidth, INullable<FilNet.SurfaceStripe1D> outStripe, NullableRef<FilNet.Path> outAlignedScanPath, NullableRef<FilNet.Profile> outHeightProfile, NullableRef<FilNet.Profile> outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | 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. | ||
![]() | inSamplingStep | 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 | FilNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of surface points. Default value: Bilinear. | |
![]() | inStripeScanParams | FilNet.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 ). | |
![]() | inStripeSelection | FilNet.Selection | Selection mode of the resulting surface stripe. | ||
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inMaxProfileGapWidth | int? | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | outStripe | FilNet.INullable<FilNet.SurfaceStripe1D> | Found surface stripe. This parameter cannot be null. | ||
![]() | 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. | ||
![]() | outHeightProfile | FilNet.NullableRef<FilNet.Profile> | Extracted surface height profile. Can be null to skip this parameter calculation. | ||
![]() | outResponseProfile | FilNet.NullableRef<FilNet.Profile> | Profile of the edge (derivative) operator response. Can be null to skip this parameter calculation. |
Function Overrides
- ScanSingleStripe3D_Direct(Surface, Path, Int32, InterpolationMethod, StripeScanParams3D, Selection, INullable<SurfaceStripe1D>)
- ScanSingleStripe3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, INullable<SurfaceStripe1D>)
- ScanSingleStripe3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, INullable<SurfaceStripe1D>, Path, Profile, Profile, IList<Path>, Single)
- ScanSingleStripe3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, INullable<SurfaceStripe1D>, NullableRef<Path>, NullableRef<Profile>, NullableRef<Profile>, IList<Path>, Single)