1 #ifndef DEPTHCAMERASUPPORT_H 2 #define DEPTHCAMERASUPPORT_H 5 #include <visp3/io/vpImageIo.h> 6 #include <pcl_ros/point_cloud.h> 12 void rs_deproject_pixel_to_point(
float point[3],
const rs_intrinsics &intrin,
const float pixel[2],
float depth);
13 bool makePointCloud(vpImage<uint16_t> &I_depth_raw, pcl::PointCloud<pcl::PointXYZ>::Ptr &pointcloud);
14 bool makePointCloud(cv::Mat I_depth_raw, pcl::PointCloud<pcl::PointXYZ>::Ptr &pointcloud);
18 #endif // DEPTHCAMERASUPPORT_H