CWIMAQFitCircleReport

NI Vision for Visual Basic

CWIMAQFitCircleReport

CWIMAQFitCircleReport contains results of the CWIMAQVision.FitCircle2 method.

Properties

AreaArea of the circle.
CenterCoordinates of the center of the circle.
PerimeterPerimeter of the circle.
PointsUsedCollection of points that the algorithm used when fitting the circle.
RadiusRadius of the circle.
ResidualLeast square error of the fitted circle to the entire set of points.
ValidFitBoolean that indicates if the fit is valid.

See Also

CWIMAQVision.FitCircle2