CWIMAQFitCircleOptions

NI Vision for Visual Basic

CWIMAQFitCircleOptions

CWIMAQFitCircleOptions specifies the options to use when calling CWIMAQVision.FitCircle2.

Properties

MaxIterationsNumber of refining steps the algorithm takes to ensure that the quality of the fit is better than MinScore.
MinScoreMinimum score that the fitted circle can have.
PixelRadiusAcceptable distance, in pixels, that a point determined to belong to the circle can be from the circumference of the circle.
RejectOutliersBoolean that indicates if the algorithm should reject outlying points.

See Also

CWIMAQVision.FitCircle2