ActualDepthImageCallbackFunction typedef | openni_wrapper::OpenNIDevice | protected |
ActualImageCallbackFunction typedef | openni_wrapper::OpenNIDevice | protected |
ActualIRImageCallbackFunction typedef | openni_wrapper::OpenNIDevice | protected |
available_depth_modes_ | openni_wrapper::OpenNIDevice | protected |
available_image_modes_ | openni_wrapper::OpenNIDevice | protected |
baseline_ | openni_wrapper::OpenNIDevice | protected |
CallbackHandle typedef | openni_wrapper::OpenNIDevice | |
context_ | openni_wrapper::OpenNIDevice | protected |
data_threads_ | openni_wrapper::OpenNIDevice | protected |
debayering_method_ | openni_wrapper::DeviceKinect | protected |
depth_callback_ | openni_wrapper::OpenNIDevice | protected |
depth_callback_handle_ | openni_wrapper::OpenNIDevice | protected |
depth_callback_handle_counter_ | openni_wrapper::OpenNIDevice | protected |
depth_condition_ | openni_wrapper::OpenNIDevice | protected |
depth_focal_length_SXGA_ | openni_wrapper::OpenNIDevice | protected |
depth_generator_ | openni_wrapper::OpenNIDevice | protected |
depth_mutex_ | openni_wrapper::OpenNIDevice | mutableprotected |
DepthDataThreadFunction() | openni_wrapper::OpenNIDevice | protected |
DepthImageCallbackFunction typedef | openni_wrapper::OpenNIDevice | |
device_node_info_ | openni_wrapper::OpenNIDevice | protected |
DeviceKinect(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &image_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node) | openni_wrapper::DeviceKinect | |
enumAvailableModes() | openni_wrapper::DeviceKinect | protectedvirtual |
findCompatibleDepthMode(const XnMapOutputMode &output_mode, XnMapOutputMode &mode) const | openni_wrapper::OpenNIDevice | virtual |
findCompatibleImageMode(const XnMapOutputMode &output_mode, XnMapOutputMode &mode) const | openni_wrapper::OpenNIDevice | virtual |
getAddress() const | openni_wrapper::OpenNIDevice | |
getBaseline() const | openni_wrapper::OpenNIDevice | inline |
getBus() const | openni_wrapper::OpenNIDevice | |
getConnectionString() const | openni_wrapper::OpenNIDevice | |
getCurrentImage(boost::shared_ptr< xn::ImageMetaData > image_meta_data) const | openni_wrapper::DeviceKinect | protectedvirtual |
getDebayeringMethod() const | openni_wrapper::DeviceKinect | inline |
getDefaultDepthMode() const | openni_wrapper::OpenNIDevice | virtual |
getDefaultImageMode() const | openni_wrapper::OpenNIDevice | virtual |
getDefaultIRMode() const | openni_wrapper::OpenNIDevice | virtual |
getDepthFocalLength(int output_x_resolution=0) const | openni_wrapper::OpenNIDevice | inline |
getDepthOutputMode() const | openni_wrapper::OpenNIDevice | |
getImageFocalLength(int output_x_resolution=0) const | openni_wrapper::OpenNIDevice | inline |
getImageOutputMode() const | openni_wrapper::OpenNIDevice | |
getIROutputMode() const | openni_wrapper::OpenNIDevice | |
getProductID() const | openni_wrapper::OpenNIDevice | |
getProductName() const | openni_wrapper::OpenNIDevice | |
getSerialNumber() | openni_wrapper::OpenNIDevice | |
getVendorID() const | openni_wrapper::OpenNIDevice | |
getVendorName() const | openni_wrapper::OpenNIDevice | |
hasDepthStream() const | openni_wrapper::OpenNIDevice | |
hasImageStream() const | openni_wrapper::OpenNIDevice | |
hasIRStream() const | openni_wrapper::OpenNIDevice | |
image_callback_ | openni_wrapper::OpenNIDevice | protected |
image_callback_handle_ | openni_wrapper::OpenNIDevice | protected |
image_callback_handle_counter_ | openni_wrapper::OpenNIDevice | protected |
image_condition_ | openni_wrapper::OpenNIDevice | protected |
image_generator_ | openni_wrapper::OpenNIDevice | protected |
image_mutex_ | openni_wrapper::OpenNIDevice | mutableprotected |
ImageCallbackFunction typedef | openni_wrapper::OpenNIDevice | |
ImageDataThreadFunction() | openni_wrapper::OpenNIDevice | protected |
Init() | openni_wrapper::OpenNIDevice | protected |
ir_callback_ | openni_wrapper::OpenNIDevice | protected |
ir_callback_handle_ | openni_wrapper::OpenNIDevice | protected |
ir_callback_handle_counter_ | openni_wrapper::OpenNIDevice | protected |
ir_condition_ | openni_wrapper::OpenNIDevice | protected |
ir_generator_ | openni_wrapper::OpenNIDevice | protected |
ir_mutex_ | openni_wrapper::OpenNIDevice | mutableprotected |
IRDataThreadFunction() | openni_wrapper::OpenNIDevice | protected |
IRImageCallbackFunction typedef | openni_wrapper::OpenNIDevice | |
isDepthCropped() const | openni_wrapper::DeviceKinect | virtual |
isDepthCroppingSupported() const | openni_wrapper::DeviceKinect | virtual |
isDepthModeSupported(const XnMapOutputMode &output_mode) const | openni_wrapper::OpenNIDevice | virtual |
isDepthRegistered() const | openni_wrapper::OpenNIDevice | |
isDepthRegistrationSupported() const | openni_wrapper::OpenNIDevice | virtual |
isDepthStreamRunning() const | openni_wrapper::OpenNIDevice | virtual |
isImageModeSupported(const XnMapOutputMode &output_mode) const | openni_wrapper::OpenNIDevice | virtual |
isImageResizeSupported(unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) const | openni_wrapper::DeviceKinect | protectedvirtual |
isImageStreamRunning() const | openni_wrapper::OpenNIDevice | virtual |
isIRStreamRunning() const | openni_wrapper::OpenNIDevice | virtual |
isSynchronizationSupported() const | openni_wrapper::DeviceKinect | virtual |
isSynchronized() const | openni_wrapper::DeviceKinect | virtual |
NewDepthDataAvailable(xn::ProductionNode &node, void *cookie) | openni_wrapper::OpenNIDevice | protectedstatic |
NewImageDataAvailable(xn::ProductionNode &node, void *cookie) | openni_wrapper::OpenNIDevice | protectedstatic |
NewIRDataAvailable(xn::ProductionNode &node, void *cookie) | openni_wrapper::OpenNIDevice | protectedstatic |
no_sample_value_ | openni_wrapper::OpenNIDevice | protected |
OpenNIDevice(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &image_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node) | openni_wrapper::OpenNIDevice | protected |
OpenNIDevice(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node) | openni_wrapper::OpenNIDevice | protected |
OpenNIDevice(xn::Context &context) | openni_wrapper::OpenNIDevice | protected |
OpenNIDriver class | openni_wrapper::DeviceKinect | friend |
quit_ | openni_wrapper::OpenNIDevice | protected |
registerDepthCallback(const DepthImageCallbackFunction &callback, void *cookie=NULL) | openni_wrapper::OpenNIDevice | |
registerDepthCallback(void(T::*callback)(boost::shared_ptr< DepthImage >, void *cookie), T &instance, void *cookie=NULL) | openni_wrapper::OpenNIDevice | |
registerImageCallback(const ImageCallbackFunction &callback, void *cookie=NULL) | openni_wrapper::OpenNIDevice | |
registerImageCallback(void(T::*callback)(boost::shared_ptr< Image >, void *cookie), T &instance, void *cookie=NULL) | openni_wrapper::OpenNIDevice | |
registerIRCallback(const IRImageCallbackFunction &callback, void *cookie=NULL) | openni_wrapper::OpenNIDevice | |
registerIRCallback(void(T::*callback)(boost::shared_ptr< IRImage >, void *cookie), T &instance, void *cookie=NULL) | openni_wrapper::OpenNIDevice | |
rgb_focal_length_SXGA_ | openni_wrapper::OpenNIDevice | protectedstatic |
setDebayeringMethod(const ImageBayerGRBG::DebayeringMethod &debayering_method) | openni_wrapper::DeviceKinect | inline |
setDepthCropping(unsigned x, unsigned y, unsigned width, unsigned height) | openni_wrapper::DeviceKinect | virtual |
setDepthOutputMode(const XnMapOutputMode &output_mode) | openni_wrapper::OpenNIDevice | virtual |
setDepthRegistration(bool on_off) | openni_wrapper::OpenNIDevice | virtual |
setImageOutputMode(const XnMapOutputMode &output_mode) | openni_wrapper::OpenNIDevice | virtual |
setIROutputMode(const XnMapOutputMode &output_mode) | openni_wrapper::OpenNIDevice | virtual |
setRegistration(bool on_off) | openni_wrapper::OpenNIDevice | protected |
setSynchronization(bool on_off) | openni_wrapper::DeviceKinect | virtual |
shadow_value_ | openni_wrapper::OpenNIDevice | protected |
shutdown() | openni_wrapper::OpenNIDevice | |
startDepthStream() | openni_wrapper::OpenNIDevice | virtual |
startImageStream() | openni_wrapper::OpenNIDevice | virtual |
startIRStream() | openni_wrapper::OpenNIDevice | virtual |
stopDepthStream() | openni_wrapper::OpenNIDevice | virtual |
stopImageStream() | openni_wrapper::OpenNIDevice | virtual |
stopIRStream() | openni_wrapper::OpenNIDevice | virtual |
unregisterDepthCallback(const CallbackHandle &callbackHandle) | openni_wrapper::OpenNIDevice | |
unregisterImageCallback(const CallbackHandle &callbackHandle) | openni_wrapper::OpenNIDevice | |
unregisterIRCallback(const CallbackHandle &callbackHandle) | openni_wrapper::OpenNIDevice | |
~DeviceKinect() | openni_wrapper::DeviceKinect | virtual |
~OpenNIDevice() | openni_wrapper::OpenNIDevice | virtual |