|
bazar
1.3.1
|
#include <multigrab.h>

Public Member Functions | |
| void | setCam (CvCapture *c) |
| bool | detect () |
| Cam (CvCapture *c=0, IplImage *f=0) | |
| ~Cam () | |
Public Attributes | |
| CvCapture * | cam |
| IplImage * | frame |
| IplImage * | gray |
| int | width |
| int | height |
| planar_object_recognizer | detector |
| LightCollector * | lc |
Definition at line 17 of file multigrab.h.
|
inline |
| MultiGrab::Cam::~Cam | ( | ) |
Definition at line 58 of file multigrab.cpp.
| bool MultiGrab::Cam::detect | ( | ) |
Definition at line 65 of file multigrab.cpp.
References myRetrieveFrame().
| void MultiGrab::Cam::setCam | ( | CvCapture * | c | ) |
Definition at line 39 of file multigrab.cpp.
References cam, height, myQueryFrame(), and width.
Referenced by Cam().
| CvCapture* MultiGrab::Cam::cam |
Definition at line 18 of file multigrab.h.
| planar_object_recognizer MultiGrab::Cam::detector |
Definition at line 21 of file multigrab.h.
| IplImage* MultiGrab::Cam::frame |
Definition at line 19 of file multigrab.h.
Referenced by Cam().
| IplImage * MultiGrab::Cam::gray |
Definition at line 19 of file multigrab.h.
Referenced by Cam().
| int MultiGrab::Cam::height |
Definition at line 20 of file multigrab.h.
| LightCollector* MultiGrab::Cam::lc |
Definition at line 22 of file multigrab.h.
Referenced by Cam().
| int MultiGrab::Cam::width |
Definition at line 20 of file multigrab.h.
1.8.1.2