#include <stdexcept>
#include <boost/thread/mutex.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/lexical_cast.hpp>
#include <libfreenect/libfreenect.h>
Go to the source code of this file.
Classes | |
class | freenect_camera::ImageBuffer |
Holds an image buffer with all the metadata required to transmit the image over ROS channels. More... | |
Namespaces | |
namespace | freenect_camera |
Functions | |
void | freenect_camera::allocateBufferDepth (ImageBuffer &buffer, const freenect_depth_format &format, const freenect_resolution &resolution, const freenect_registration ®istration) |
void | freenect_camera::allocateBufferVideo (ImageBuffer &buffer, const freenect_video_format &format, const freenect_resolution &resolution, const freenect_registration ®istration) |
void | freenect_camera::fillImage (const ImageBuffer &buffer, void *data) |
float | freenect_camera::getDepthFocalLength (const freenect_registration ®istration, int width) |
float | freenect_camera::getRGBFocalLength (int width) |
Variables | |
const float | freenect_camera::RGB_FOCAL_LENGTH_SXGA = 1050 |
const float | freenect_camera::WIDTH_SXGA = 1280 |