MaxX Result
Applies To
Vision Objects: Blob, DefectFinder, OCR
Description
Returns the maximum X pixel coordinate of the blob extrema.
Usage
VGet Sequence.Object.MaxX [(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
The value returned is always in pixels and may be from 1 - video width.
Remarks
The MinX, MaxX, MinY, and MaxY results 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, Extrema Result, MaxY Result, MinX Result, MinY Result, DefectFinder Object, OCR Object