You are here: Start » FIL.NET » Invoke.MeasureObjectWidth3D

Invoke.MeasureObjectWidth3D

Measures the width of an object using stripe detection.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void MeasureObjectWidth3D
(
	Fil.Surface inSurface,
	List<Fil.ScanMap> inMeasurementMap,
	Fil.StripeScanParams3D inStripeScanParams,
	Fil.MeasureObjectMethod inMeasureMethod,
	Fil.Selection inStripeSelection,
	Optional<Fil.LocalBlindness> inLocalBlindness,
	Optional<int> inMaxProfileGapWidth,
	Optional<Fil.MEstimator> inOutlierSuppression,
	int inOutlierCount,
	Conditional<float> outObjectWidth,
	Conditional<Fil.Segment2D> outSegment1,
	Conditional<Fil.Segment2D> outSegment2,
	Optional<List<Conditional<Fil.SurfaceStripe1D>>> outStripes,
	Optional<List<Fil.Profile>> outHeightProfiles,
	Optional<List<Fil.Profile>> outResponseProfiles
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inMeasurementMapSystem.Collections.Generic.List<Fil.ScanMap>Input measurement map.
inStripeScanParamsFil.StripeScanParams3DParameters controlling the object stripe extraction process.
inMeasureMethodFil.MeasureObjectMethodMethod used to measure the object.
inStripeSelectionFil.Selectionfil::Selection::BestSelection mode of edges of the object. Default value: fil::Selection::Best.
inLocalBlindnessFtl.Optional<Fil.LocalBlindness>Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL.
inMaxProfileGapWidthFtl.Optional<int><0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
inOutlierSuppressionFtl.Optional<Fil.MEstimator>Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL.
inOutlierCountint<0, INF>Determines how many outlying points are rejected before the width is measured.
outObjectWidthFtl.Conditional<float>Width of the object.
outSegment1Ftl.Conditional<Fil.Segment2D>First edge of the object.
outSegment2Ftl.Conditional<Fil.Segment2D>Second edge of the object.
outStripesFtl.Optional<System.Collections.Generic.List<Ftl.Conditional<Fil.SurfaceStripe1D>>>Detected stripes.
outHeightProfilesFtl.Optional<System.Collections.Generic.List<Fil.Profile>>Extracted surface height profiles.
outResponseProfilesFtl.Optional<System.Collections.Generic.List<Fil.Profile>>Profiles of the edge (derivative) operator response.

See also