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

FIS.MeasureObjectWidth Method

Measures the width of an object using stripe detection.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MeasureObjectWidth
(
	FilNet.Image inImage,
	IList<FilNet.ScanMap> inMeasurementMap,
	FilNet.StripeScanParams inStripeScanParams,
	FilNet.MeasureObjectMethod inMeasureMethod,
	FilNet.Selection inStripeSelection,
	FilNet.LocalBlindness? inLocalBlindness,
	FilNet.MEstimator? inOutlierSuppression,
	int inOutlierCount,
	out float? outObjectWidth,
	out FilNet.Segment2D? outSegment1,
	out FilNet.Segment2D? outSegment2
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inMeasurementMapSystem.Collections.Generic.IList<FilNet.ScanMap>Input measurement map.
inStripeScanParamsFilNet.StripeScanParamsParameters 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.
inOutlierSuppressionFilNet.MEstimator?Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL.
inOutlierCountintDetermines 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.

Function Overrides

See also