BLOB: this class is a subclass of NXTCAM.
More...
|
| def | __init__ |
| | Initialize the class with the parameters passed from getBlobs() in the NXTCAM() class. More...
|
| |
|
|
| color |
| |
|
| left |
| |
|
| top |
| |
|
| right |
| |
|
| bottom |
| |
BLOB: this class is a subclass of NXTCAM.
There is no need to call this class directly.
| def mindsensors.BLOB.__init__ |
( |
|
self, |
|
|
|
color, |
|
|
|
left, |
|
|
|
top, |
|
|
|
right, |
|
|
|
bottom |
|
) |
| |
Initialize the class with the parameters passed from getBlobs() in the NXTCAM() class.
- Parameters
-
| self | The object pointer. |
| color | The color of the specified tracked object. |
| left | The left coordinate of the specified tracked object. |
| top | The top coordinate of the specified tracked object. |
| right | The right coordinate of the specified tracked object. |
| bottom | The bottom coordinate of the specified tracked object. |
The documentation for this class was generated from the following file:
- PiStorms/sys/mindsensors.py