You are here: Start » FIL.NET » FIS.ScanExactlyNStripes3D_Direct Method

FIS.ScanExactlyNStripes3D_Direct Method

Locates a specified number of multiple pairs of changes of surface height along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanExactlyNStripes3D_Direct
(
	FilNet.Surface inSurface,
	FilNet.Path inScanPath,
	FilNet.CoordinateSystem2D? inScanPathAlignment,
	float? inSamplingStep,
	int inScanWidth,
	FilNet.InterpolationMethod inSurfaceInterpolation,
	FilNet.StripeScanParams3D inStripeScanParams,
	int inStripeCount,
	FilNet.Selection inStripeSelection,
	float inMinGapWidth,
	float? inMaxGapWidth,
	FilNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	INullable<List<FilNet.SurfaceStripe1D>> outStripes,
	NullableRef<FilNet.Path> outAlignedScanPath,
	NullableRef<FilNet.Profile> outHeightProfile,
	NullableRef<FilNet.Profile> outResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inScanPathFilNet.PathPath along which the scan is performed.
inScanPathAlignmentFilNet.CoordinateSystem2D?Adjusts the scan path to the position of the inspected object. Default value: ftl::NIL.
inSamplingStepfloat?<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.
inScanWidthint<1, INF>5Width of the scan field in pixels. Default value: 5.
inSurfaceInterpolationFilNet.InterpolationMethodBilinearInterpolation method used for extraction of surface points. Default value: Bilinear.
inStripeScanParamsFilNet.StripeScanParams3DStripeScanParams3D ( 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 ).
inStripeCountint<0, INF>1Number of surface stripes to be found. Default value: 1.
inStripeSelectionFilNet.SelectionSelection mode of the resulting stripes.
inMinGapWidthfloat<0.0f, INF>0.0fMinimal distance between consecutive surface stripes. Default value: 0.0f.
inMaxGapWidthfloat?<0.0f, INF>Maximal distance between consecutive surface stripes. Default value: ftl::NIL.
inLocalBlindnessFilNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL.
inMaxProfileGapWidthint?<0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outStripesFilNet.INullable<System.Collections.Generic.List<FilNet.SurfaceStripe1D>>Found surface stripes. This parameter cannot be null.
outAlignedScanPathFilNet.NullableRef<FilNet.Path>Path along which the scan is performed; in the image coordinate system. Can be null to skip this parameter calculation.
outHeightProfileFilNet.NullableRef<FilNet.Profile>Extracted surface height profile. Can be null to skip this parameter calculation.
outResponseProfileFilNet.NullableRef<FilNet.Profile>Profile of the edge (derivative) operator response. Can be null to skip this parameter calculation.

Function Overrides

See also