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

FIS.FisFilter_ScanExactlyNStripes3D 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 FisFilter_ScanExactlyNStripes3D
(
	FilNet.ScanMapState ioState,
	FilNet.Surface inSurface,
	FilNet.Path inScanPath,
	int inScanWidth,
	FilNet.InterpolationMethod inSurfaceInterpolation,
	FilNet.StripeScanParams3D inStripeScanParams,
	int inStripeCount,
	FilNet.Selection inStripeSelection,
	float inMinGapWidth,
	INullable<List<FilNet.SurfaceStripe1D>> outStripes,
	NullableRef<FilNet.Path> outAlignedScanPath,
	FilNet.Profile diagHeightProfile,
	FilNet.Profile diagResponseProfile,
	IList<FilNet.Path> diagSamplingPoints,
	out float diagSamplingStep
)

Parameters

Name Type Range Default Description
ioStateFilNet.ScanMapState
inSurfaceFilNet.SurfaceInput surface.
inScanPathFilNet.PathPath along which the scan is performed.
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.
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.
diagHeightProfileFilNet.ProfileExtracted surface height profile.
diagResponseProfileFilNet.ProfileProfile of the edge (derivative) operator response.
diagSamplingPointsSystem.Collections.Generic.IList<FilNet.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.
diagSamplingStepfloatUsed distance between consecutive sampling points on the scan path.

Function Overrides

See also