FittingThreshold Property
Applies To
Vision Objects: ArcFinder, BoxFinder, Contour, CornerFinder, LineFinder
Description
Defines the line or arc fitting threshold.
Usage
VGet Sequence.Object.FittingThreshold, var
VSet Sequence.Object.FittingThreshold, value
- Sequence
- Name of a sequence or 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 variable that will contain the value of the property.
- value
- Real number or expression for the new value of the property.
Values
Real number in pixels.
Default: 10
Remarks
The FittingThreshold specifies which edge results to use for fitting the line or arc. During the iterative edge search to find the line or arc, if an edge is found whose distance from the line is greater than the FittingThreshold value, then the edge result is not used in the final line or arc fitting.
See Also
LineFinder Object, ArcFinder Object, BoxFinder Object, Contour Object, CornerFInder Object, FitError Result