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

Tracking features in valid pixels only after rectification #79

Closed
jingnanshi opened this issue May 22, 2020 · 0 comments
Closed

Tracking features in valid pixels only after rectification #79

jingnanshi opened this issue May 22, 2020 · 0 comments

Comments

@jingnanshi
Copy link
Member

Description:
Currently, Kimera-VIO detects features in all pixels of the image after rectification. However, for stereo cameras with non-standard configurations, the valid pixels after rectification will only occupy a limited region of the entire frame.

Potential Solution:
Obtain the valid ROI output from the stereoRectify function of OpenCV: https://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereorectify.
However, for fisheye cameras, we might need to do something different since the stereoRectify function does not return ROI: https://docs.opencv.org/3.4/db/d58/group__calib3d__fisheye.html#gac1af58774006689056b0f2ef1db55ecc

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

2 participants