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

Noise point cloud from bi-linear interpolation #18

Open
emojilearning opened this issue Nov 17, 2023 · 0 comments
Open

Noise point cloud from bi-linear interpolation #18

emojilearning opened this issue Nov 17, 2023 · 0 comments

Comments

@emojilearning
Copy link

emojilearning commented Nov 17, 2023

As #3 mentioned, depth around edges are noisy. Which is a common case in depth estimation and could have been solved.

As is known, depth sensor return invalid value around edge, which is often shown as black hole, instead of random points.

However, if the incomplete depth map is resized with bi-linear interpolation, the pixels around the holes would be resampled with valid depth and zeros-values in the hole, making the new depth vary from 0 to the ground truth, which is the case here

So if is there raw data of the depth sensor? And we can try to fix the bug by reprocess the depth map.

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

1 participant