39 #include <pcl/pcl_config.h> 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 bool isImageResizeSupported (
unsigned input_width,
unsigned input_height,
unsigned output_width,
unsigned output_height) const throw () override;
bool isImageResizeSupported(unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) const override
Defines functions, macros and traits for allocating and using memory.
Class representing an astract device for OpenNI devices: Primesense PSDK, Microsoft Kinect...
void setDebayeringMethod(const ImageBayerGRBG::DebayeringMethod &debayering_method) noexcept
Image class containing just a reference to image meta data.
bool isSynchronizationSupported() const override
void enumAvailableModes() noexcept
ImageBayerGRBG::DebayeringMethod debayering_method_
pcl::shared_ptr< OpenNIDevice > Ptr
Image::Ptr getCurrentImage(pcl::shared_ptr< xn::ImageMetaData > image_meta_data) const override
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)