Where is there a canned disparity image to point cloud function? [closed]
e.g.
giveMeAPointCloud( disparity_image, camera_info, *point_cloud)
where cloud is the output. I don't really care whether cloud is pcl::PointCloud or sensor_msgs::PointCloud2.
Is this nicely exposed and available somewhere?