|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <rs_processing.hpp>
Protected Member Functions | |
| pointcloud (std::shared_ptr< rs2_processing_block > block) | |
Protected Member Functions inherited from rs2::processing_block | |
| void | register_simple_option (rs2_option option_id, option_range range) |
Protected Member Functions inherited from rs2::options | |
| options (rs2_options *o=nullptr) | |
| template<class T > | |
| options & | operator= (const T &dev) |
Friends | |
| class | context |
Additional Inherited Members | |
Protected Attributes inherited from rs2::filter | |
| frame_queue | _queue |
Protected Attributes inherited from rs2::processing_block | |
| std::shared_ptr< rs2_processing_block > | _block |
Generates 3D point clouds based on a depth frame. Can also map textures from a color frame.
|
inline |
create pointcloud instance
|
inline |
|
inlineprotected |
Generate the pointcloud and texture mappings of depth map.
| [in] | depth | - the depth frame to generate point cloud and texture. |
Map the point cloud to the given color frame.
| [in] | mapped | - the frame to be mapped to as texture. |