bazar  1.3.1
Classes | Functions
multigrab.h File Reference
#include "calibmodel.h"
Include dependency graph for multigrab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MultiGrab
struct  MultiGrab::Cam

Functions

bool add_detected_homography (int n, planar_object_recognizer &detector, CamCalibration &calib)
bool add_detected_homography (int n, planar_object_recognizer &detector, CamAugmentation &a)
IplImage * myQueryFrame (CvCapture *capture)
IplImage * myRetrieveFrame (CvCapture *capture)

Function Documentation

bool add_detected_homography ( int  n,
planar_object_recognizer detector,
CamCalibration calib 
)
bool add_detected_homography ( int  n,
planar_object_recognizer detector,
CamAugmentation a 
)
IplImage* myQueryFrame ( CvCapture *  capture)

Definition at line 134 of file calibmodel.cpp.

References myRetrieveFrame().

Referenced by MultiGrab::Cam::setCam().

IplImage* myRetrieveFrame ( CvCapture *  capture)

Definition at line 115 of file calibmodel.cpp.

Referenced by MultiGrab::Cam::detect(), and myQueryFrame().