FitError Result
Applies To
Vision Objects: ArcFinder, BoxFinder, CornerFinder, LineFinder
Description
Returns the line or arc fitting error value.
Usage
VGet Sequence.Object.FitError[(result)], var
- Sequence
- String variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name.
The object must exist in the specified sequence. - var
- Real type variable containing a value of the result.
- result
- Optional result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.
Values
Real number indicating the line or arc fitting error.
Remarks
FitError returns root mean square of the distances between each edge point and the found line or arc except the outliers.
See Also
ArcFinder Object, LineFinder Object, BoxFinder Object, CornerFinder Object, MaxError Result