Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the resolution for Capture_Depth_Point_Cloud #6926

Open
3 tasks done
Shubham-2302 opened this issue Aug 22, 2024 · 0 comments
Open
3 tasks done

Increase the resolution for Capture_Depth_Point_Cloud #6926

Shubham-2302 opened this issue Aug 22, 2024 · 0 comments
Labels

Comments

@Shubham-2302
Copy link

Checklist

My Question

Hello,

I am trying to convert mesh (.stl) object to point cloud.

     extrinsic = np.array(T_wc)
      camera_params = o3d.camera.PinholeCameraParameters()
      camera_params.intrinsic = params.intrinsic
      camera_params.extrinsic = extrinsic

      # Apply the updated camera parameters to the visualizer
      ctr.convert_from_pinhole_camera_parameters(camera_params,True)
      vis.poll_events()
      vis.update_renderer()

      # Capture the point cloud from the camera's perspective
      vis.capture_depth_point_cloud(pcd_temp_path,True,False)

This is the result I am getting
Raytraced_PointCloud_MPP_zoomed_PCDdensity
The point cloud is very sparse, I would like to get a more dense point cloud.

For reasons I cannot mention, I cannot use the Ray_casting function from open3d.

What is the way to improve the density of my point cloud using capture_depth_point_cloud or any other post processing methods?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant