37 #include <pcl/pcl_config.h> 40 #ifndef __OPENNI_DEVICE_KINECT__ 41 #define __OPENNI_DEVICE_KINECT__ 43 #include "openni_device.h" 44 #include "openni_driver.h" 45 #include "openni_image_bayer_grbg.h" 60 DeviceKinect (xn::Context& context,
const xn::NodeInfo& device_node,
const xn::NodeInfo& image_node,
const xn::NodeInfo& depth_node,
const xn::NodeInfo& ir_node);
71 virtual
bool isImageResizeSupported (
unsigned input_width,
unsigned input_height,
unsigned output_width,
unsigned output_height) const throw ();
89 #endif // __OPENNI_DEVICE_KINECT__ virtual boost::shared_ptr< Image > getCurrentImage(boost::shared_ptr< xn::ImageMetaData > image_meta_data) const
Class representing an astract device for OpenNI devices: Primesense PSDK, Microsoft Kinect...
void enumAvailableModes()
virtual bool isSynchronizationSupported() const
Image class containing just a reference to image meta data.
ImageBayerGRBG::DebayeringMethod debayering_method_
virtual bool isImageResizeSupported(unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) const
This class provides methods to fill a RGB or Grayscale image buffer from underlying Bayer pattern ima...
const ImageBayerGRBG::DebayeringMethod & getDebayeringMethod() const
Driver class implemented as Singleton.
Concrete implementation of the interface OpenNIDevice for a MS Kinect device.
DeviceKinect(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &image_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node)
void setDebayeringMethod(const ImageBayerGRBG::DebayeringMethod &debayering_method)