|
Vislab Project
|
Public Member Functions | |
| VislabImageProcessor (const QString &name, lib3dv::image::type::types imageType) | |
| void | image_callback (boost::shared_ptr< const lib3dv::image >, unsigned int) |
| virtual void | process (cv::Mat const &frame)=0 |
| QString | getName () |
| void VislabImageProcessor::image_callback | ( | boost::shared_ptr< const lib3dv::image > | image, |
| unsigned | int | ||
| ) |
Type picture : Mono 8
Type picture : Mono 16
for(int i=0;i<image->m_height*image->m_width*2;i++) { cvimage.data[i] = image->m_buffer[i]; }
1.8.12