gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

How to get pointcloud's coordinate by depth?

Open Dumeowmeow opened this issue 1 year ago • 2 comments
trafficstars

When I render the scene and get the depth map, I can get the depth value of each pixel. How can I use these depth values and the xy coordinates of the pixel to get the point cloud coordinates of the pixel in world coordinates? As far as I know, the getProjectionMatrix function yields NDC coordinates, so I can't directly multiply it by pixel coordinates. What should I do?

Dumeowmeow avatar Oct 26 '24 02:10 Dumeowmeow