You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory... during my research I found that opencv has functions to calibrate / figure out distortion parameters and undistort images, but not to distort them given a set of distortion parameters. If anyone knows of a public solution, please post and let me know?
There is a Paper called "Realistic Lens Distortion Rendering" by Martin Lambers, Hendrik Sommerhoff and Andreas Kolb from the University of Siegen, but they don't have code available and I did not reach out to them. I did not deem their approach feasible for my problem anyway.
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 need to simulate having a distorted lens for both RGB and Depth Image. I understand that CARLA does not explicitly support it currently.
I want to know if it's as naive as say, using opencv to distort the image after getting the depth image.
The text was updated successfully, but these errors were encountered: