realsense pointcloud
Hello. I am using a realsense camera. I have a question. Whether it is possible to filter the cloud of points obtained and depth image?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello. I am using a realsense camera. I have a question. Whether it is possible to filter the cloud of points obtained and depth image?
Hello,
Whether it is possible to filter the cloud of points
Yes, it is possible to filter the cloud point, what you can do you just subscribe to the point cloud topic and you can process the point cloud according to your requirement. I found this link it may be helpful to you.
filter for depth image
The realsense_camera driver is also providing filters for depth stream. They are disparity, spatial, temporal, hole_filling, and decimation. You can get details information in the below two links.
You can comment if you have more doubt about this.
I can also recommend voxel grid filter to downsample massive point cloud data produced by RGBD cameras, which you can learn more about here.
Asked: 2021-04-28 13:49:46 -0600
Seen: 919 times
Last updated: Dec 28 '22
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Proper source of xncore for compiling svn opencv with openni support?
ROS support for industrial robotic arms?
When should I use topics vs services vs actionlib actions (vs dynamic_reconfigure)?
Significance of ros::spinOnce()