-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot align back projected points using given poses. #42
Comments
@anita94 How did you align point clouds? Could you please share your code if possible? Thanks a lot. |
@otakuxiang Hellow! I have a same problem. How did you solve it? Could you please share your code if possible? Thanks a lot. |
Do you slove this problem? |
hi otakuxiang,I just discovered that the x-coordinate and y-coordinate are reversed when regenerating a point cloud from a given panoramic depth image using your code. This causes the generated point cloud to appear as a mirror image of the original point cloud, I'm not sure if this is the reason why you can't align the generated point cloud with the original, I'll make some more attempts. |
I have read #16 and follow the equation
x = ARAx' + c
, but I still can't align point clouds to exr points. Here is my codeAnd my transformation code:
Is there any mistake?
The text was updated successfully, but these errors were encountered: