We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I select a point in 2d image (either from the right camera or the left camera) and get the distance through the stereo vision?
The text was updated successfully, but these errors were encountered:
I am also interested in the distance measurement of this code.
The measuring is not quite correct, I guess the parameters do not match my focal length.
In line 244 last parameters should be "disp", not filt_Color, I believe.
In line 31 - here happens the "measuring", add
disp = param
Then, when double-clicking in the stereo picture, it will output distances.
Have fun.
Sorry, something went wrong.
No branches or pull requests
How do I select a point in 2d image (either from the right camera or the left camera) and get the distance through the stereo vision?
The text was updated successfully, but these errors were encountered: