I want to use meshroom to create a point cloud system. I want also to store the mapping of each point in the images and where it maps in the point cloud. This is basically the (x, y, z) coordinates of the matched point. That is if an image point is (u, v), it corresponds to (x, y, z) in the point cloud. Can I do that?
Thanks