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

FIS.MeasureObjectWidth3D Method

Measures the width of an object using stripe detection.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MeasureObjectWidth3D
(
	FilNet.Surface inSurface,
	IList<FilNet.ScanMap> inMeasurementMap,
	FilNet.StripeScanParams3D inStripeScanParams,
	FilNet.MeasureObjectMethod inMeasureMethod,
	FilNet.Selection inStripeSelection,
	FilNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	FilNet.MEstimator? inOutlierSuppression,
	int inOutlierCount,
	out float? outObjectWidth,
	out FilNet.Segment2D? outSegment1,
	out FilNet.Segment2D? outSegment2,
	NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>> outStripes,
	IList<FilNet.Profile> diagHeightProfiles,
	IList<FilNet.Profile> diagResponseProfiles
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inMeasurementMapSystem.Collections.Generic.IList<FilNet.ScanMap>Input measurement map.
inStripeScanParamsFilNet.StripeScanParams3DParameters controlling the object stripe extraction process.
inMeasureMethodFilNet.MeasureObjectMethodMethod used to measure the object.
inStripeSelectionFilNet.Selectionfil::Selection::BestSelection mode of edges of the object. Default value: fil::Selection::Best.
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.
inOutlierSuppressionFilNet.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.
outObjectWidthfloat?Width of the object.
outSegment1FilNet.Segment2D?First edge of the object.
outSegment2FilNet.Segment2D?Second edge of the object.
outStripesFilNet.NullableRef<System.Collections.Generic.List<FilNet.NullableRef<FilNet.SurfaceStripe1D>>>Detected stripes. Can be null to skip this parameter calculation.
diagHeightProfilesSystem.Collections.Generic.IList<FilNet.Profile>Extracted surface height profiles.
diagResponseProfilesSystem.Collections.Generic.IList<FilNet.Profile>Profiles of the edge (derivative) operator response.

Function Overrides

See also