#include <openni_capture.h>
Definition at line 10 of file iccv2011/include/openni_capture.h.
OpenNICapture::OpenNICapture | ( | const std::string & | device_id = "" | ) |
Definition at line 6 of file iccv2011/src/openni_capture.cpp.
Definition at line 20 of file iccv2011/src/openni_capture.cpp.
OpenNICapture::OpenNICapture | ( | const std::string & | device_id = "" | ) |
OpenNICapture::OpenNICapture | ( | const std::string & | device_id = "" | ) |
void OpenNICapture::onKeyboardEvent | ( | const pcl::visualization::KeyboardEvent & | event | ) | [protected] |
Definition at line 75 of file iccv2011/src/openni_capture.cpp.
void OpenNICapture::onKeyboardEvent | ( | const pcl::visualization::KeyboardEvent & | event | ) | [protected] |
void OpenNICapture::onKeyboardEvent | ( | const pcl::visualization::KeyboardEvent & | event | ) | [protected] |
void OpenNICapture::onNewFrame | ( | const PointCloudConstPtr & | cloud | ) | [protected] |
void OpenNICapture::onNewFrame | ( | const PointCloudConstPtr & | cloud | ) | [protected] |
Definition at line 66 of file iccv2011/src/openni_capture.cpp.
void OpenNICapture::onNewFrame | ( | const PointCloudConstPtr & | cloud | ) | [protected] |
void OpenNICapture::setTriggerMode | ( | bool | use_trigger | ) |
Definition at line 27 of file iccv2011/src/openni_capture.cpp.
void OpenNICapture::setTriggerMode | ( | bool | use_trigger | ) |
void OpenNICapture::setTriggerMode | ( | bool | use_trigger | ) |
const PointCloudPtr OpenNICapture::snap | ( | ) |
Definition at line 33 of file iccv2011/src/openni_capture.cpp.
const PointCloudPtr OpenNICapture::snap | ( | ) |
const PointCloudPtr OpenNICapture::snap | ( | ) |
const PointCloudPtr OpenNICapture::snapAndSave | ( | const std::string & | filename | ) |
const PointCloudPtr OpenNICapture::snapAndSave | ( | const std::string & | filename | ) |
const PointCloudPtr OpenNICapture::snapAndSave | ( | const std::string & | filename | ) |
Definition at line 56 of file iccv2011/src/openni_capture.cpp.
void OpenNICapture::waitForTrigger | ( | ) | [protected] |
void OpenNICapture::waitForTrigger | ( | ) | [protected] |
Display a preview window and wait for the user to trigger a frame capture.
Definition at line 88 of file iccv2011/src/openni_capture.cpp.
void OpenNICapture::waitForTrigger | ( | ) | [protected] |
int OpenNICapture::frame_counter_ [protected] |
Definition at line 28 of file iccv2011/include/openni_capture.h.
pcl::OpenNIGrabber OpenNICapture::grabber_ [protected] |
Definition at line 26 of file iccv2011/include/openni_capture.h.
PointCloudPtr OpenNICapture::most_recent_frame_ [protected] |
Definition at line 29 of file iccv2011/include/openni_capture.h.
boost::mutex OpenNICapture::mutex_ [protected] |
Definition at line 31 of file iccv2011/include/openni_capture.h.
pcl::visualization::PCLVisualizer* OpenNICapture::preview_ [protected] |
Definition at line 27 of file iros2011/include/openni_capture.h.
boost::shared_ptr< pcl::visualization::PCLVisualizer > OpenNICapture::preview_ [protected] |
Definition at line 27 of file iccv2011/include/openni_capture.h.
bool OpenNICapture::trigger_ [protected] |
Definition at line 30 of file iccv2011/include/openni_capture.h.
bool OpenNICapture::use_trigger_ [protected] |
Definition at line 30 of file iccv2011/include/openni_capture.h.