#include <pcl/io/depth_sense/depth_sense_grabber_impl.h>
Definition at line 58 of file depth_sense_grabber_impl.h.
◆ sig_cb_depth_sense_point_cloud
◆ sig_cb_depth_sense_point_cloud_rgba
◆ DepthSenseGrabberImpl()
| pcl::io::depth_sense::DepthSenseGrabberImpl::DepthSenseGrabberImpl |
( |
DepthSenseGrabber * |
parent, |
|
|
const std::string & |
device_id |
|
) |
| |
◆ ~DepthSenseGrabberImpl()
| pcl::io::depth_sense::DepthSenseGrabberImpl::~DepthSenseGrabberImpl |
( |
| ) |
|
|
noexcept |
◆ computeXYZ()
template<typename Point >
| void pcl::io::depth_sense::DepthSenseGrabberImpl::computeXYZ |
( |
PointCloud< Point > & |
cloud | ) |
|
◆ configureColorNode()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::configureColorNode |
( |
DepthSense::ColorNode |
node | ) |
const |
◆ configureDepthNode()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::configureDepthNode |
( |
DepthSense::DepthNode |
node | ) |
const |
◆ enableTemporalFiltering()
◆ getFramesPerSecond()
| float pcl::io::depth_sense::DepthSenseGrabberImpl::getFramesPerSecond |
( |
| ) |
const |
◆ onColorDataReceived()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::onColorDataReceived |
( |
DepthSense::ColorNode |
node, |
|
|
DepthSense::ColorNode::NewSampleReceivedData |
data |
|
) |
| |
A callback for processing color data.
It is supposed to be called from the DepthSense::Context thread that is managed by DepthSenseDeviceManager.
◆ onDepthDataReceived()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::onDepthDataReceived |
( |
DepthSense::DepthNode |
node, |
|
|
DepthSense::DepthNode::NewSampleReceivedData |
data |
|
) |
| |
A callback for processing depth data.
It is supposed to be called from the DepthSense::Context thread that is managed by DepthSenseDeviceManager.
◆ setCameraParameters()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::setCameraParameters |
( |
const DepthSense::StereoCameraParameters & |
parameters | ) |
|
◆ setConfidenceThreshold()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::setConfidenceThreshold |
( |
int |
threshold | ) |
|
◆ start()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::start |
( |
| ) |
|
◆ stop()
| void pcl::io::depth_sense::DepthSenseGrabberImpl::stop |
( |
| ) |
|
◆ color_data_
| std::vector<std::uint8_t> pcl::io::depth_sense::DepthSenseGrabberImpl::color_data_ |
◆ COLOR_HEIGHT
| const int pcl::io::depth_sense::DepthSenseGrabberImpl::COLOR_HEIGHT = 480 |
|
static |
◆ COLOR_SIZE
◆ COLOR_WIDTH
| const int pcl::io::depth_sense::DepthSenseGrabberImpl::COLOR_WIDTH = 640 |
|
static |
◆ confidence_threshold_
| int pcl::io::depth_sense::DepthSenseGrabberImpl::confidence_threshold_ |
◆ depth_buffer_
| std::shared_ptr<pcl::io::Buffer<float> > pcl::io::depth_sense::DepthSenseGrabberImpl::depth_buffer_ |
◆ device_id_
| std::string pcl::io::depth_sense::DepthSenseGrabberImpl::device_id_ |
◆ fps_mutex_
| std::mutex pcl::io::depth_sense::DepthSenseGrabberImpl::fps_mutex_ |
|
mutable |
◆ FRAMERATE
| const int pcl::io::depth_sense::DepthSenseGrabberImpl::FRAMERATE = 30 |
|
static |
◆ frequency_
| EventFrequency pcl::io::depth_sense::DepthSenseGrabberImpl::frequency_ |
◆ HEIGHT
| const int pcl::io::depth_sense::DepthSenseGrabberImpl::HEIGHT = 240 |
|
static |
◆ is_running_
| bool pcl::io::depth_sense::DepthSenseGrabberImpl::is_running_ |
◆ need_xyz_
| bool pcl::io::depth_sense::DepthSenseGrabberImpl::need_xyz_ |
◆ need_xyzrgba_
| bool pcl::io::depth_sense::DepthSenseGrabberImpl::need_xyzrgba_ |
◆ p_
◆ point_cloud_rgba_signal_
◆ point_cloud_signal_
◆ projection_
| std::shared_ptr<DepthSense::ProjectionHelper> pcl::io::depth_sense::DepthSenseGrabberImpl::projection_ |
◆ SIZE
| const int pcl::io::depth_sense::DepthSenseGrabberImpl::SIZE = WIDTH * HEIGHT |
|
static |
◆ temporal_filtering_type_
◆ WIDTH
| const int pcl::io::depth_sense::DepthSenseGrabberImpl::WIDTH = 320 |
|
static |
The documentation for this struct was generated from the following file: