Classes | |
| struct | TrackSet |
| A set of parameters that define a track. More... | |
| struct | FeatureSet |
| A set of parameters, or features, that define a region in the image captured by a camera. More... | |
| struct | IntrinsicCameraProps |
| The intrinsic coefficients that describe the camera. More... | |
Typedefs | |
| typedef vector< TrackSet > | TrackVector |
| A collection of tracks. | |
| typedef vector< FeatureSet > | FeatureVector |
| A collection of regions. | |
| typedef vector< Coord2D > | DevicePattern |
| A collection of vertecies that define a device's identification pattern. | |
|
|
A collection of vertecies that define a device's identification pattern. Presumably these vertecies are the centroids of a number of image regions that can be used to identify, place and orient a device on the table's surface. |
|
|
A collection of regions. Some number of regions presumably will make up a single track. |
|
|
A collection of tracks. Each track represents an individual device on the surface of the table. |
1.4.6-NO