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
Images captured in the wild require usually incur various forms of distortion (i.e. barrel, pincushion, ..).
We could support this case in kaolin via a new camera intrinsics model which supports the distort / undistort functionality similar to the distorted pinhole model from opencv: https://docs.opencv.org/4.x/dc/dbb/tutorial_py_calibration.html
The text was updated successfully, but these errors were encountered:
orperel
No branches or pull requests
Images captured in the wild require usually incur various forms of distortion (i.e. barrel, pincushion, ..).
We could support this case in kaolin via a new camera intrinsics model which supports the distort / undistort functionality similar to the distorted pinhole model from opencv:
https://docs.opencv.org/4.x/dc/dbb/tutorial_py_calibration.html
The text was updated successfully, but these errors were encountered: