Dear all,
I am currently testing the pc_align function from ASP and have a question regarding the output 4×4 transformation matrix. Specifically, I would like to confirm whether this transformation matrix is expressed in the same reference system as the input point clouds.
Both my source and reference point clouds are in .laz format, generated from Metashape, and are in UTM (EPSG:32656). My goal is to apply the transformation matrix obtained from pc_align to my camera positions which are also in UTM (EPSG:32656).
However, I am unsure whether I can directly apply this transformation to the camera positions in their current coordinate system, or if I first need to convert the camera positions from EPSG:32646 to ECEF coordinates, apply the transformation there, and then convert them back to EPSG:32646.
I would appreciate any clarification on this.
Best regards,
Umayr