CWIMAQFitEllipseOptions

NI Vision for Visual Basic

CWIMAQFitEllipseOptions

CWIMAQFitEllipseOptions specifies the options to use when calling CWIMAQVision.FitEllipse2.

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 ellipse can have.
PixelRadiusAcceptable distance, in pixels, that a point determined to belong to the ellipse can be from the circumference of the ellipse.
RejectOutliersBoolean that determines if the algorithm should reject outlying points.

See Also

CWIMAQVision.FitEllipse2