Vislab Project
|
Public Member Functions | |
DiskWriter (const QString name, lib3dv::image::type::types imageType) | |
Ctor of CVWebcamComponent. More... | |
void | process (cv::Mat const &frame) |
Public Member Functions inherited from VislabImageProcessor | |
VislabImageProcessor (const QString &name, lib3dv::image::type::types imageType) | |
void | image_callback (boost::shared_ptr< const lib3dv::image >, unsigned int) |
QString | getName () |
DiskWriter::DiskWriter | ( | const QString | name, |
lib3dv::image::type::types | imageType | ||
) |
Ctor of CVWebcamComponent.
A more elaborate description of the constructor
For the classic picture
For the disparity picture
|
virtual |
process function from the DiskWriter class with a cv:Mat parameter
Write of the file on the disk
Implements VislabImageProcessor.