#include <multigrab.h>

Public Member Functions | |
| void | setCam (CvCapture *c) |
| bool | detect () |
| Cam (CvCapture *c=0, IplImage *f=0) | |
| ~Cam () | |
| 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.
| MultiGrab::Cam::Cam | ( | CvCapture * | c = 0, |
|
| IplImage * | f = 0 | |||
| ) | [inline] |
| MultiGrab::Cam::~Cam | ( | ) |
| MultiGrab::Cam::Cam | ( | CvCapture * | c = 0, |
|
| IplImage * | f = 0 | |||
| ) | [inline] |
| MultiGrab::Cam::~Cam | ( | ) |
| void MultiGrab::Cam::setCam | ( | CvCapture * | c | ) |
Definition at line 60 of file multigrab.cpp.
References cam, height, myQueryFrame(), and width.
Referenced by Cam().
| bool MultiGrab::Cam::detect | ( | ) |
Definition at line 88 of file multigrab.cpp.
References LightCollector::averageImage(), cam, planar_object_recognizer::detect(), detector, frame, gray, planar_object_recognizer::H, lc, and myRetrieveFrame().
| void MultiGrab::Cam::setCam | ( | CvCapture * | c | ) |
| bool MultiGrab::Cam::detect | ( | ) |
| CvCapture * MultiGrab::Cam::cam |
| IplImage * MultiGrab::Cam::frame |
| IplImage * MultiGrab::Cam::gray |
1.5.6