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

FIS.ScanMultipleEdges3D_Direct Method

Locates multiple changes of surface height along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanMultipleEdges3D_Direct
(
	FilNet.Surface inSurface,
	FilNet.Path inScanPath,
	FilNet.CoordinateSystem2D? inScanPathAlignment,
	float? inSamplingStep,
	int inScanWidth,
	FilNet.InterpolationMethod inSurfaceInterpolation,
	FilNet.EdgeScanParams3D inEdgeScanParams,
	float inMinDistance,
	float? inMaxDistance,
	FilNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	IList<FilNet.SurfaceEdge1D> outEdges,
	FilNet.Path outAlignedScanPath,
	FilNet.Profile outHeightProfile,
	FilNet.Profile outResponseProfile,
	IList<FilNet.Path> diagSamplingPoints,
	out float diagSamplingStep
)

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.
inEdgeScanParamsFilNet.EdgeScanParams3DEdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh )Parameters controlling the surface edge extraction process. Default value: EdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh ).
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive edges. Default value: 0.0f.
inMaxDistancefloat?<0.0f, INF>Maximal distance between consecutive edges. 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.
outEdgesSystem.Collections.Generic.IList<FilNet.SurfaceEdge1D>Found surface edges.
outAlignedScanPathFilNet.PathPath along which the scan is performed; in the image coordinate system.
outHeightProfileFilNet.ProfileExtracted surface height profile.
outResponseProfileFilNet.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