CWIMAQFitLineReport
CWIMAQFitLineReport contains results of the CWIMAQVision.FitLine method.
Properties
LineEquation | Object with three properties: A, B, and C, of the equation of the best line. The equation is in the normal form, as follows: (Ax + By + C=0). |
LineSegment | Line that represents the intersection of the line equation and the bounding rectangle of the input points. |
PointsUsed | Array returning a subset of the points passed to CWIMAQVision.FitLine that were used to fit the line. |
Residual | Least-square error of the fitted line to the entire set of points. |
ValidFit | Boolean that specifies if the MinimumScore was attained within the given MaximumIterations. |