CWIMAQFitEllipseReport

NI Vision for Visual Basic

CWIMAQFitEllipseReport

CWIMAQFitEllipseReport contains results of the CWIMAQVision.FitEllipse2 method.

Properties

AreaArea of the ellipse.
CenterCoordinates of the center of the ellipse.
MajorAxisMajor axis of the ellipse.
MinorAxisMinor axis of the ellipse.
PerimeterLength of the perimeter of the ellipse.
PointsUsedCollection of points that the algorithm used when fitting the circle.
ResidualLeast square error of the fitted ellipse over every given radial point.
ValidFitBoolean that indicates if the fit is valid.

See Also

CWIMAQVision.FitEllipse2