VEX IQ Python API
Public Member Functions | Public Attributes | List of all members
vision.VisionObject Class Reference

Public Member Functions

def __init__ (self)
 

Public Attributes

 id
 The unique ID of the object. More...
 
 originX
 The top left x position of the object. More...
 
 originY
 The top left y position of the object. More...
 
 centerX
 The center x position of the object. More...
 
 centerY
 The center y position of the object. More...
 
 width
 The width of the object. More...
 
 height
 The height of the object. More...
 
 angle
 The angle of the object. More...
 
 exists
 True if the vision sensor detects the object, False if not. More...
 

Constructor & Destructor Documentation

◆ __init__()

def vision.VisionObject.__init__ (   self)

Member Data Documentation

◆ id

vision.VisionObject.id

The unique ID of the object.

◆ originX

vision.VisionObject.originX

The top left x position of the object.

◆ originY

vision.VisionObject.originY

The top left y position of the object.

◆ centerX

vision.VisionObject.centerX

The center x position of the object.

◆ centerY

vision.VisionObject.centerY

The center y position of the object.

◆ width

vision.VisionObject.width

The width of the object.

◆ height

vision.VisionObject.height

The height of the object.

◆ angle

vision.VisionObject.angle

The angle of the object.

◆ exists

vision.VisionObject.exists

True if the vision sensor detects the object, False if not.