MinX Result

Applies To
Vision Objects: Blob, DefectFinder, OCR

Description
Returns the minimum X pixel coordinate of the blob extrema.

Usage

VGet  Sequence.Object.MinX [(result)], var
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
Integer variable that will contain the value of the result.
result
Optional result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.

Values
Integer number in pixels

Remarks
The MinX, MaxX, MinY, and MaxY results together return a blob's smallest enclosing rectangle that is aligned with the coordinate axes and completely encloses the blob. This rectangle is known as the extrema.

See Also
Area Result, Blob Object, MaxX Result, MaxY Result, MinY Result, DefectFinder Object, OCR Object