-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Lens distortion attributes #3130
Comments
@marcgpuig which model did you follow to implement the lens distortion? |
For a while, pinhole camera model was sufficient for me, but I would like to generate images with a given radial and tangential distortion according to the Brown–Conrady model. I would like to mimic a real-world sensor which has defined k1, k2, p1, p2, k3 parameters. |
@marcgpuig are we using the Brown–Conrady model to create the lens distortion? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
1 similar comment
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@marcgpuig do you have 10 min to answer this? |
Hi, I have found that the distortion model is " I used the ros-bridge, ran
We changed Question remained: we still cannot set Can you help on this? It would be very helpful for the community if the camera distortion section documentation can be improved. Many thanks in advance! |
Hi all, we are on the way of changing the lens distortion algorithms as we found some issues and inaccurate results with the current implementation. We plan to expose these parameters so that they can be tuned easily. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @Axel1092 , any update on this! I'm very interested in getting basic lens distortion with matching OpenCV parameters! |
I am also interested in this issue. |
Hi, I am also interested in this topic/issue. any updates ! Thanks |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am still interested in this! |
Does any one know any update on this? I just checked the latest Carla version 0.9.13, and it still uses the old model |
so upset to see that no updates with such a basic concept |
also sad |
Looking forward to distortion model of opencv used in carla |
Hello sir, |
any updates on the distortion model? |
If you look into Carla/PostProcessingMaterials/PhysicLensDistortion.uasset, you will find that carla use this distortion model: https://www.ssontech.com/content/lensalg.html |
I am still interested in this! |
Still interested in this issue |
Can you help me find the correlation between the lens distortion attributes defined in Carla and radial/tangential distortion coefficients?
OpenCV documentation defines k1-k6 for radial distortion and p1, p2 for tangential distortion:
https://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html
I would like to define these values, can you help me calculate the attributes needed for Carla camera sensor?
Can you provide a more detailed description of these values?
Maybe lens_k = k1 and lens_kcube = k2 ?
I could not find these Carla attributes in Unreal engine documentation either.
The text was updated successfully, but these errors were encountered: