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, int inOutlierCount, out float? outObjectWidth, out FilNet.Segment2D? outSegment1, out FilNet.Segment2D? outSegment2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inMeasurementMap | System.Collections.Generic.IList<FilNet.ScanMap> | Input measurement map. | ||
![]() | inStripeScanParams | FilNet.StripeScanParams | Parameters controlling the object stripe extraction process. | ||
![]() | inMeasureMethod | FilNet.MeasureObjectMethod | Method used to measure the object. | ||
![]() | inStripeSelection | FilNet.Selection | fil::Selection::Best | Selection mode of edges of the object. Default value: fil::Selection::Best. | |
![]() | inOutlierCount | int | Determines how many outlying points are rejected before the width is measured. | ||
![]() | outObjectWidth | float? | Width of the object. | ||
![]() | outSegment1 | FilNet.Segment2D? | First edge of the object. | ||
![]() | outSegment2 | FilNet.Segment2D? | Second edge of the object. |
Function Overrides
- MeasureObjectWidth(Image, IList<ScanMap>, StripeScanParams, MeasureObjectMethod, Selection, Nullable<LocalBlindness>, Nullable<MEstimator>, Int32, Nullable<Single>, Nullable<Segment2D>, Nullable<Segment2D>)
- MeasureObjectWidth(Image, IList<ScanMap>, StripeScanParams, MeasureObjectMethod, Selection, Nullable<LocalBlindness>, Nullable<MEstimator>, Int32, Nullable<Single>, Nullable<Segment2D>, Nullable<Segment2D>, NullableRef<List<NullableRef<Stripe1D>>>, NullableRef<SafeList<Profile>>, NullableRef<SafeList<Profile>>)