|
VEX IQ Python API
|
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... | |
| def vision.VisionObject.__init__ | ( | self | ) |
| vision.VisionObject.id |
The unique ID of the object.
| vision.VisionObject.originX |
The top left x position of the object.
| vision.VisionObject.originY |
The top left y position of the object.
| vision.VisionObject.centerX |
The center x position of the object.
| vision.VisionObject.centerY |
The center y position of the object.
| vision.VisionObject.width |
The width of the object.
| vision.VisionObject.height |
The height of the object.
| vision.VisionObject.angle |
The angle of the object.
| vision.VisionObject.exists |
True if the vision sensor detects the object, False if not.
1.8.15