Hi!
I'm currently trying to understand the source code for pointcloud_project_fast() in dpc/util/point_cloud.py.
I am assuming that pc_perspective_transform() transforms the point cloud information from one camera to another camera. So first, the reference coordinate system is camera 1, then the reference coordinate system is camera 2?
If so, why do we need to incorporate intrinsics information in this transform?
Hi!
I'm currently trying to understand the source code for
pointcloud_project_fast()in dpc/util/point_cloud.py.I am assuming that pc_perspective_transform() transforms the point cloud information from one camera to another camera. So first, the reference coordinate system is camera 1, then the reference coordinate system is camera 2?
If so, why do we need to incorporate intrinsics information in this transform?