DrawVisObjBoundBehavior::Rect Struct Reference#include <DrawVisObjBoundBehavior.h>
List of all members.
Detailed Description
a simple structure for storing bounding box info for each detected object
Definition at line 81 of file DrawVisObjBoundBehavior.h.
|
Public Attributes |
float | x |
| left edge, in resolution-independent coordinates
|
float | y |
| top edge, in resolution-independent coordinates
|
float | w |
| width, in resolution-independent coordinates
|
float | h |
| height, in resolution-independent coordinates
|
Member Data Documentation
The documentation for this struct was generated from the following file:
|