CWIMAQFitEllipseReport
CWIMAQFitEllipseReport contains results of the CWIMAQVision.FitEllipse2 method.
Properties
Area | Area of the ellipse. |
Center | Coordinates of the center of the ellipse. |
MajorAxis | Major axis of the ellipse. |
MinorAxis | Minor axis of the ellipse. |
Perimeter | Length of the perimeter of the ellipse. |
PointsUsed | Collection of points that the algorithm used when fitting the circle. |
Residual | Least square error of the fitted ellipse over every given radial point. |
ValidFit | Boolean that indicates if the fit is valid. |