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

increasing disparity search range to 512 #66

Open
raghavkhanna opened this issue Jun 14, 2021 · 2 comments
Open

increasing disparity search range to 512 #66

raghavkhanna opened this issue Jun 14, 2021 · 2 comments

Comments

@raghavkhanna
Copy link

This would enable higher resolution images to be used, perhaps increasing precision/accuracy.
Any pointers on how to go about it would be much appreciated! Thank you.

@cagbal
Copy link

cagbal commented Dec 14, 2023

The same request here. Appreciate it if we can use other values (generally higher) for disparity than 64, 128, 256.

@Sir-Photch
Copy link

Sir-Photch commented Mar 14, 2024

I implemented 512 disparity support on a branch of my fork: https://github.com/Sir-Photch/libSGM/tree/512-support

It seems to work properly, that is: the disparity images look fine. However, I had to make multiple changes to bit-widths of computations in the CUDA code and I cannot verify the correctness for it (yet?). The original test suite sgm-test works fine though.

If the maintainers of this project are interested, I'll gladly submit a PR.

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

3 participants