Documentation
DataTypes
| Module internal | Index | Roadmap? |
IplImage
The IplImage structure is coming from OpenCV 2.0. Check the OpenCV Documentation on IplImage structure
GenericTouch
GenericTouch is a instance of moDataGenericContainer(). It's basicly a list of moProperty.
Available properties
| Name | Type | Description |
|---|---|---|
| type | string | "touch" |
| id | integer | uniq id for the touch |
| x | float | X position in 0-1 range |
| y | float | Y position in 0-1 range |
| w | float | Width of the touch |
| h | float | Height of the touch |
GenericFiducial
GenericFiducial is a instance of moDataGenericContainer(). It's basicly a list of moProperty.
Available properties
| Name | Type | Description |
|---|---|---|
| type | string | "fiducial" |
| id | integer | uniq id for the touch |
| x | float | X position in 0-1 range |
| y | float | Y position in 0-1 range |
| angle | float | Angle of the object in radian |
| leaf_size | float | ?? |
| root_size | float | ?? |