blenderproc.camera.pointcloud_from_depth() return points using coordinate with the blender world as the origin instead of the camera pose. #1162
Labels
documentation
Improvements or additions to documentation
Describe the issue
When generate point cloud from depth with function blenderproc.camera.pointcloud_from_depth(), the result point cloud has it value in blender world coordinate instead of the coordinate in camera pose.
Minimal code example
Files required to run the code
No response
Expected behavior
When creating a point cloud from a depth image, we usually assume that the generated point cloud will use the coordinates of the camera pose instead of the world coordinate frame. However, this is not mentioned in either the tutorial or the API, which can confuse the user.
BlenderProc version
2.7.0
The text was updated successfully, but these errors were encountered: