MajorDiameter Result
Applies To
Vision Objects: Blob, DefectFinder
Description
Returns the major axis of the detected blob approximated to an ellipse.
Usage
VGet Sequence.Object.MajorDiameter[(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 variable that will contain the value of the result.
- result
- Integer result number from 1 to the value of the NumberOfResults property. If omitted, the result number is the CurrentResult.
Values
Real number representing the pixel length of the major axis
Remarks
Returns the major axis of the detected blob approximated to an ellipse. The unit is pixel.
The minor axis can be acquired by the MinorDiameter result.
See Also
Blob Object, Area Result, Extrema Result, MinorDiameter Result
← M MaxArea Property →