ProjectedTextures
Prototype software for spacial augmented reality applications.
|
#include <Camera.h>
Public Attributes | |
Mat | content |
QSemaphore * | accessCtrl |
bool | mono |
stores a camera frame plus a semaphor for access control (access by multiple threads)
QSemaphore* Frame::accessCtrl |
semaphor for multithread access control
Mat Frame::content |
pixel data
bool Frame::mono |
is image monochromatic?