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
the image center should be at (h-1)*scale/2 and (w-1)*scale/2. It seems the intrinsics from here and here is off by one pixel.
Changing it to the correct offset gives correct depth reprojection.
The text was updated successfully, but these errors were encountered:
camera backproj center point
2bf5d9f
No branches or pull requests
the image center should be at (h-1)*scale/2 and (w-1)*scale/2. It seems the intrinsics from here and here is off by one pixel.
Changing it to the correct offset gives correct depth reprojection.
The text was updated successfully, but these errors were encountered: