#include <librealsense2/rs.hpp>#include "../../../examples/example.hpp"#include <pcl/point_types.h>#include <pcl/filters/passthrough.h>
Go to the source code of this file.
Classes | |
| struct | state |
Typedefs | |
| using | pcl_ptr = pcl::PointCloud< pcl::PointXYZ >::Ptr |
Functions | |
| void | draw_pointcloud (window &app, state &app_state, const std::vector< pcl_ptr > &points) |
| int | main (int argc, char *argv[]) |
| pcl_ptr | points_to_pcl (const rs2::points &points) |
| void | register_glfw_callbacks (window &app, state &app_state) |
Variables | |
| float3 | colors [] |
| using pcl_ptr = pcl::PointCloud<pcl::PointXYZ>::Ptr |
Definition at line 17 of file rs-pcl.cpp.
Definition at line 145 of file rs-pcl.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 48 of file rs-pcl.cpp.
| pcl_ptr points_to_pcl | ( | const rs2::points & | points | ) |
Definition at line 23 of file rs-pcl.cpp.
Definition at line 107 of file rs-pcl.cpp.
| float3 colors[] |
Definition at line 44 of file rs-pcl.cpp.