-
Notifications
You must be signed in to change notification settings - Fork 16
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
CAM.make_diag_normalization #2
Comments
Hello! Do you have VGTK as a submodule? If no, please run the following command: git submodule update --init --recursive |
Hi @samirabdd, I'm sorry for the late reply. Yes, you can calibrate you camera from these images with BabelCalib. You need to extract keypoints first, you can use any good chessboard detector for that (e.g., this one), and transform them into the format of corners and create boards. Then you can use calibrate function. Please let me know if you need any help with that. |
@ylochman cc@pmoulon |
After running the program, I get the following error, how do I fix it?
"Undefined variable "CAM" or class "CAM.make_diag_normalization".
Error in calibrate (line 52)
A = inv(CAM.make_diag_normalization(imcenter));
The text was updated successfully, but these errors were encountered: