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, NullableRef<List<NullableRef<FilNet.Stripe1D>>> outStripes, NullableRef<SafeList<FilNet.Profile>> outBrightnessProfiles, NullableRef<SafeList<FilNet.Profile>> outResponseProfiles )
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. | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inOutlierSuppression | FilNet.MEstimator? | Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL. | ||
![]() | 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. | ||
![]() | outStripes | FilNet.NullableRef<System.Collections.Generic.List<FilNet.NullableRef<FilNet.Stripe1D>>> | Detected stripes. Can be null to skip this parameter calculation. | ||
![]() | outBrightnessProfiles | FilNet.NullableRef<FilNet.SafeList<FilNet.Profile>> | Extracted image profiles. Can be null to skip this parameter calculation. | ||
![]() | outResponseProfiles | FilNet.NullableRef<FilNet.SafeList<FilNet.Profile>> | Profiles of the edge (derivative) operator response. Can be null to skip this parameter calculation. |
Function Overrides
- MeasureObjectWidth(Image, IList<ScanMap>, StripeScanParams, MeasureObjectMethod, Selection, 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>)