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
Just wonder why using virtual baseline in RGB-D pipeline to find the corresponding feature points on the "right" side.
Code in this line calculates $f_x \cdot b$ (fx_b) and this line uses it to calculates disparity to obtain uR for right_point in this line
fx_b
disparity
uR
right_point
As the depth image is registered, the depths of points is obtained, why calculating the pixel position of the point on the "right" side?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just wonder why using virtual baseline in RGB-D pipeline to find the corresponding feature points on the "right" side.
As the depth image is registered, the depths of points is obtained, why calculating the pixel position of the point on the "right" side?
Thanks.
The text was updated successfully, but these errors were encountered: