#include <list>
#include <cv.h>
Classes | |
struct | bndBox |
bounding box structure containing coordinates (x,y) of upper left and lower right corners More... | |
class | Regions |
Typedefs | |
typedef struct bndBox | BoundingBox |
typedef std::list< BoundingBox > | BoundingBoxList |
typedef std::list< BoundingBox > ::iterator | BoundingBoxListIterator |
typedef struct bndBox BoundingBox |
typedef std::list<BoundingBox> BoundingBoxList |
typedef std::list<BoundingBox>::iterator BoundingBoxListIterator |