bazar
1.3.1
|
#include <multigrab.h>
Classes | |
struct | Cam |
Public Member Functions | |
MultiGrab (const char *modelfile="model.bmp") | |
int | init (bool cacheTraining) |
void | grabFrames () |
void | allocLightCollector () |
Public Attributes | |
CalibModel | model |
std::vector< Cam * > | cams |
Definition at line 6 of file multigrab.h.
|
inline |
Definition at line 11 of file multigrab.h.
void MultiGrab::allocLightCollector | ( | ) |
Definition at line 33 of file multigrab.cpp.
References cams, CalibModel::map, model, and LightMap::reflc.
Referenced by main(), and photo_start().
void MultiGrab::grabFrames | ( | ) |
Definition at line 25 of file multigrab.cpp.
References cams.
Referenced by geom_calib_idle(), geometric_calibration(), photo_idle(), and photometric_calibration().
int MultiGrab::init | ( | bool | cacheTraining | ) |
TODO mem to mem copy from cams[0]
Definition at line 3 of file multigrab.cpp.
References CalibModel::buildCached(), cams, and model.
std::vector<Cam *> MultiGrab::cams |
Definition at line 40 of file multigrab.h.
Referenced by allocLightCollector(), geom_calib_draw(), geom_calib_idle(), geom_calib_start(), geometric_calibration(), grabFrames(), init(), photo_draw(), photo_idle(), and photometric_calibration().
CalibModel MultiGrab::model |
Definition at line 9 of file multigrab.h.
Referenced by allocLightCollector(), geom_calib_end(), geom_calib_start(), geometric_calibration(), init(), photo_draw(), photo_idle(), photo_start(), and photometric_calibration().