Items with no label
3335 Discussions

Pointcloud unexpected interpolation along view direction

TChen78
Beginner
1,614 Views

I am using ubuntu 16.04, realsense d435 and launched the rs_rgbd.launch file from https://github.com/intel-ros/realsense GitHub - intel-ros/realsense: Intel(R) RealSense(TM) ROS Wrapper for D400 series and SR300 Camera . The point cloud seems to be interpolating in the viewing direction. And because of this, there seems to be elongated tails of points where there should be empty space. I have done the calibration.

Example:

 

RGB Image:

The point cloud that is generated by the realsense_camera driver looks like these:

Front view

Side view

There is a similar post here: But I didn't see a solution. I posted the question here as well: https://github.com/intel-ros/realsense/issues/507 Pointcloud unexpected interpolation along view direction? · Issue # 507 · intel-ros/realsense · GitHub . Can someone help me with this issue?

0 Kudos
3 Replies
idata
Employee
446 Views

Hi CTTC,

Thank you for your interest in the Intel RealSense D435 camera.

 

If you run the rs-align example, on the left side there is a scroll bar where you can increase/decrease the distance. If it is set to 1 meter, then the information further than that distance will be cut out. You can increase the distance from there.

 

Let me know if this solves your issue.

Regards,

 

Alexandra
0 Kudos
TChen74
Beginner
446 Views

Hi, thanks a lot for your reply.

I tried rs_align example. It will cut all the depth that is greater than the threshold. But my problem here is that it seems the depth are being interpolated somehow. Below is another example (I used the rs_pointcloud). Here the red color from the chair is even extended to the wall. I believe the depth image is being interpolated somehow.

The front view:

The top-down view:

0 Kudos
idata
Employee
446 Views

Hello cttc108,

 

 

There is some interpolation going on because there is no depth information in the area that you are viewing. We don't have a specific solution other than you must apply some filtering to get rid of these artifacts. The SDK 2.0 comes with a rich set of settings you can configure. We recommend reading these documents for some guidance on how to apply post-processing filters.

 

 

Best known methods for tuning RealSense depth cameras:

 

https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/BKMs_Tuning_RealSense_D4xx_Cam.pdf https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/BKMs_Tuning_RealSense_D4xx_Cam.pdf

 

 

Depth post processing for RealSense cameras:

 

https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/Intel-RealSense-Depth-PostProcess.pdf https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/Intel-RealSense-Depth-PostProcess.pdf

 

 

Regards,

 

Jesus G.

 

Intel Customer Support
0 Kudos
Reply