[Question] Is there a way to be able to read the viewpoint field of a PCD file for instantiating a camera in it? #7175
              
                Unanswered
              
          
                  
                    
                      davidelahoz
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to convert some point clouds provided as PCD files to RGBD images using
open3d.t.geometry.PointCloud.project_to_rgbd_imagemethod. The idea is to implement something like cloudcompare bubble view mode. However, the origin of the point cloud doesn't match its viewpoint, so its location is required for calculating the extrinsic matrix required by that projectionIs there a way to obtain a camera located at the viewpoint specified in a PCD file?
Beta Was this translation helpful? Give feedback.
All reactions