CWIMAQFitLineReport

NI Vision for Visual Basic

CWIMAQFitLineReport

CWIMAQFitLineReport contains results of the CWIMAQVision.FitLine method.

Properties

LineEquationObject 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).
LineSegmentLine that represents the intersection of the line equation and the bounding rectangle of the input points.
PointsUsedArray returning a subset of the points passed to CWIMAQVision.FitLine that were used to fit the line.
ResidualLeast-square error of the fitted line to the entire set of points.
ValidFitBoolean that specifies if the MinimumScore was attained within the given MaximumIterations.

See Also

CWIMAQVision.FitLine