CWIMAQFitCircleReport
CWIMAQFitCircleReport contains results of the CWIMAQVision.FitCircle2 method.
Properties
Area | Area of the circle. |
Center | Coordinates of the center of the circle. |
Perimeter | Perimeter of the circle. |
PointsUsed | Collection of points that the algorithm used when fitting the circle. |
Radius | Radius of the circle. |
Residual | Least square error of the fitted circle to the entire set of points. |
ValidFit | Boolean that indicates if the fit is valid. |