You are here: Start » FIL.NET » Invoke.FitArcToStripe_Direct
Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FitArcToStripe_Direct ( Fil.Image inImage, Fil.ArcFittingField inFittingField, Optional<Fil.CoordinateSystem2D> inFittingFieldAlignment, int inScanCount, int inScanWidth, Fil.SamplingParams inSamplingParams, Fil.StripeScanParams inStripeScanParams, Fil.Selection inStripeSelection, Optional<Fil.LocalBlindness> inLocalBlindness, float inMaxIncompleteness, Fil.CircleFittingMethod inFittingMethod, Optional<Fil.MEstimator> inOutlierSuppression, Conditional<Fil.Arc2D> outArc, Conditional<Fil.Arc2D> outInnerArc, Conditional<Fil.Arc2D> outOuterArc, Optional<List<Conditional<Fil.Stripe1D>>> outStripes, Optional<List<Fil.Point2D>> outStripePoints, Optional<Conditional<Fil.Profile>> outDeviationProfile, Optional<Fil.ArcFittingField> outAlignedFittingField, Optional<List<Fil.Profile>> outBrightnessProfiles, Optional<List<Fil.Profile>> outResponseProfiles, Diagnostic<List<Fil.Segment2D>> diagScanSegments, Diagnostic<List<Fil.Rectangle2D>> diagSamplingAreas )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image to fit arc to. | ||
![]() | inFittingField | Fil.ArcFittingField | Arc fitting field. | ||
![]() | inFittingFieldAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the fitting field to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanCount | int | <3, INF> | 10 | The number of points that will be searched to estimate the position of the arc. Default value: 10. |
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels). Default value: 5. |
![]() | inSamplingParams | Fil.SamplingParams | Parameters controlling the sampling process. | ||
![]() | inStripeScanParams | Fil.StripeScanParams | StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ) | Parameters controlling the stripe extraction process. Default value: StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ). | |
![]() | inStripeSelection | Fil.Selection | Selection mode of stripe. | ||
![]() | inLocalBlindness | Ftl.Optional<Fil.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found. Default value: 0.1f. |
![]() | inFittingMethod | Fil.CircleFittingMethod | AlgebraicTaubin | Method used to fit an arc. Default value: AlgebraicTaubin. | |
![]() | inOutlierSuppression | Ftl.Optional<Fil.MEstimator> | Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL. | ||
![]() | outArc | Ftl.Conditional<Fil.Arc2D> | Fitted arc in the middle of found stripe. | ||
![]() | outInnerArc | Ftl.Conditional<Fil.Arc2D> | Fitted inner arc. | ||
![]() | outOuterArc | Ftl.Conditional<Fil.Arc2D> | Fitted outer arc. | ||
![]() | outStripes | Ftl.Optional<System.Collections.Generic.List<Ftl.Conditional<Fil.Stripe1D>>> | Found stripes. | ||
![]() | outStripePoints | Ftl.Optional<System.Collections.Generic.List<Fil.Point2D>> | Extracted points of middle arc of an image stripe. | ||
![]() | outDeviationProfile | Ftl.Optional<Ftl.Conditional<Fil.Profile>> | Profile of distances between the actual arc points and the corresponding reference arc points. | ||
![]() | outAlignedFittingField | Ftl.Optional<Fil.ArcFittingField> | Fitting field used; in the image coordinate system. | ||
![]() | outBrightnessProfiles | Ftl.Optional<System.Collections.Generic.List<Fil.Profile>> | Extracted image profiles. | ||
![]() | outResponseProfiles | Ftl.Optional<System.Collections.Generic.List<Fil.Profile>> | Profiles of the edge (derivative) operator response. | ||
![]() | diagScanSegments | Fil.Diagnostic<System.Collections.Generic.List<Fil.Segment2D>> | Segments along which the scans were run. | ||
![]() | diagSamplingAreas | Fil.Diagnostic<System.Collections.Generic.List<Fil.Rectangle2D>> | Areas from which the input image is sampled. |