OK, so here is the problem. I followed the link given here for registering a pair of point clouds.
I have a couple of queries:
1) Since the second point cloud is aligned to the frame of the first one, the coordinates of the points in the first point cloud should remain unchanged in the final point cloud, right ?
2) Is there a way to map the target points to the aligned points in the final coordinate. In other words, for example, I have two point clouds pc1 and pc2. pc1 has 3 points A, B, and C, and pc2 has 4 points W, X, Y, and Z. After registration, the final point clouds contains points A, B, C (since they should remain unchanged), and W', X', Y', and Z'. My question is, is there a way to know that W' corresponds to W in the target cloud, X' to X, etc etc. ? Also, is there a way for the other way around? I mean, given W, how to know what it corresponds to (i.e. W') ?
Thanks in advance.