MinorDiameter Result

Applies To
Vision Objects: Blob, DefectFinder

Description
Returns the minor axis of the detected blob approximated to an ellipse.

Usage

VGet  Sequence.Object.MinorDiameter[(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
Optional integer result number from 1 to the NumberOfResults property. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.

Values
Real representing the pixel length of the minor axis

Remarks
Returns the minor axis of the detected blob approximated to an ellipse. The unit is pixel.

The major axis can be acquired by the MajorDiameter result.

See Also
Blob Object, Area Result, Extrema Result, MajorDiameter Result