Skip to content
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

Case of noisy data #13

Open
MariaMel98 opened this issue Oct 4, 2023 · 1 comment
Open

Case of noisy data #13

MariaMel98 opened this issue Oct 4, 2023 · 1 comment

Comments

@MariaMel98
Copy link

Hello, I wanted to ask if the code described in rigid_transform_3D is working in case of noisy data.
I created a random point cloud (30 points) which is A and then transformed it like B = R*A + t.
Then I created some noise with mean = 0 and std=0.1 with: noise = np.random.normal(0, noise_std, B.shape) and I added it to B, so B_noised = B+noise. After testing the code on the set (A, B_noised) I got an rmse of 0.03 which is not that bad.
In case of real world 3D data with possibly random noise will this code work ?
Thanks in advance!

@nghiaho12
Copy link
Owner

nghiaho12 commented Oct 5, 2023

If the noise is zero mean and Gaussian it should work The algorithm solves a least square problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants