-
Notifications
You must be signed in to change notification settings - Fork 60
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
Unstable calibration results for the long-focus camera's intrinsic #47
Comments
Thank you very much for your interest in our project. |
Thank you for your reply~ I have a few more questions to inquire about. For wide-angle lenses, would there still be 1-2% uncertainty? Any suggestions regarding data collection techniques? I have already noticed: covering the calibration board evenly across the entire field of view, considering different angles and depth of field positions of the calibration board, etc. Are there any other tips? You mentioned that there can be a blur effect on distortion parameters and angles when the focal length is very long. How should I understand this specifically? In practical operations, I have also noticed that the distortion of telephoto lenses tends to increase, but the difference between the undistorted and distorted images seems to be minimal. I'm not sure if this is what you meant. I will definitely read the recommended paper, thank you. Are you suggesting that accurate calibration of telephoto lenses is still a challenging task in the academic field? In the autonomous driving domain, many applications use telephoto lenses, so are there specific methods available for achieving good calibration? |
Regarding the accuracy of a fisheye camera, it is also a tricky question as it will depend on many factors, and very large FoVs also come with their own challenges. For instance, I saw many times in the past that the ambiguity between distortion and focal is even more pronounced for very large fields of view. This can be explained by the fact that radial distortion and focal affect the coordinates displacement in the same exact fashion (displacement along the radial lines of the image). You are totally right, in your case, the amount of radial distortion should be very limited, but the focal and radial distortion might interfere during optimization, especially when the distribution of the points is limited. Also, I am pretty sure that despite this discrepancy in focal length, the resulting undistorted images would all look very similar (you can look at the PSNR difference with different calibration results). Regarding a recommendation for your specific use case, I have some old memory of a toolbox specifically designed for a very highly accurate setup ... But I am maybe hallucinating this ;-) I will try to have another look online |
I found this paper that might interest you: https://elib.dlr.de/62660/1/Strobl-Iros09_calib.pdf |
System information (version)
Vision system
*.yml
)Describe the issue / bug
Hello, thank you for your work. I have been using your approach to calibrate the intrinsic parameters of a single long-focus camera (FOV≈30deg). I have observed instability in the calibration results, with variations of over 100 pixels in the cx and cy parameters across multiple calibrations (image size: 3840*2160). However, each calibration's reprojection error remains within 0.5px, indicating high accuracy.
During data collection, I have taken several precautions, such as avoiding image blur, ensuring complete coverage of the calibration pattern in the image, and capturing data from different angles and depths of field. The provided link includes five sets of data, out of which two were independently collected, while the three "mix" sets were created by randomly selecting samples from the first two sets. However, there are significant differences in the calibration results among the different data sets.
I would like to know whether the issue lies with my data collection method or if our algorithm does not support long-focus camera calibration.
The following are two images: one showing the calibration results for different data sets and the other displaying the spatial distribution of the calibration patterns for the two data sets.
Do you have any suggestions on how to obtain stable calibration results for the intrinsic parameters? Thank you, and best regards.
The text was updated successfully, but these errors were encountered: