Holds an image buffer with all the metadata required to transmit the image over ROS channels. More...
#include <image_buffer.hpp>
Public Attributes | |
float | focal_length |
boost::shared_array< unsigned char > | image_buffer |
bool | is_registered |
freenect_frame_mode | metadata |
boost::mutex | mutex |
int | valid |
Holds an image buffer with all the metadata required to transmit the image over ROS channels.
Definition at line 22 of file image_buffer.hpp.
float xiaoqiang_freenect_camera::ImageBuffer::focal_length |
Definition at line 27 of file image_buffer.hpp.
boost::shared_array<unsigned char> xiaoqiang_freenect_camera::ImageBuffer::image_buffer |
Definition at line 24 of file image_buffer.hpp.
bool xiaoqiang_freenect_camera::ImageBuffer::is_registered |
Definition at line 28 of file image_buffer.hpp.
freenect_frame_mode xiaoqiang_freenect_camera::ImageBuffer::metadata |
Definition at line 26 of file image_buffer.hpp.
boost::mutex xiaoqiang_freenect_camera::ImageBuffer::mutex |
Definition at line 23 of file image_buffer.hpp.
int xiaoqiang_freenect_camera::ImageBuffer::valid |
Definition at line 25 of file image_buffer.hpp.