Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

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

float DrawVisObjBoundBehavior::Rect::h
 

height, in resolution-independent coordinates

Definition at line 85 of file DrawVisObjBoundBehavior.h.

float DrawVisObjBoundBehavior::Rect::w
 

width, in resolution-independent coordinates

Definition at line 84 of file DrawVisObjBoundBehavior.h.

float DrawVisObjBoundBehavior::Rect::x
 

left edge, in resolution-independent coordinates

Definition at line 82 of file DrawVisObjBoundBehavior.h.

float DrawVisObjBoundBehavior::Rect::y
 

top edge, in resolution-independent coordinates

Definition at line 83 of file DrawVisObjBoundBehavior.h.


The documentation for this struct was generated from the following file:

Tekkotsu v2.4.1
Generated Tue Aug 16 16:34:59 2005 by Doxygen 1.4.4