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

camera_model "Not initialized correctly" #15635

Open
wjjjjyourFA opened this issue Jan 9, 2025 · 0 comments
Open

camera_model "Not initialized correctly" #15635

wjjjjyourFA opened this issue Jan 9, 2025 · 0 comments

Comments

@wjjjjyourFA
Copy link

Describe the bug
A clear and concise description of what the bug is. "Not initialized correctly"

  1. Go to 'distortion_model.h': code line 88 89
  2. Solution
    Eigen::Matrix3f intrinsic_params_ = Eigen::Matrix3f::Zero(); Eigen::Matrix<float, 8, 1> distort_params_ = Eigen::Matrix<float, 8, 1>::Zero();
  3. Reason
    Not initialized correctly intrinsic_params_
    ==> Project() has no check distort_params_.size

4.Tips
Maybe there's something like this in other header files.

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

1 participant