What is the difference of 'Low' and 'High' image distortion in Camera Calibrator App
9 次查看(过去 30 天)
显示 更早的评论
In Matlab R2021b, thers is a new property named 'Image distortion', what does this means? What is the difference of 'Low' and 'High'
0 个评论
采纳的回答
Giridharan Kumaravelu
2021-12-8
When an image is distorted, straight lines in the image appear to be curved. Image distortion is typically high in cameras with wide-angle lens such as fish-eye cameras. Therefore, set this property to "high" only if your camera has a wide-angle lens.
Following is a low distortion image:
Following is a high distortion image:
3 个评论
Giridharan Kumaravelu
2021-12-10
The calibrator app calls the detectCheckerboardPoints function to detect the checkerboard corner points. This distortion property setting is equivalent to setting the "HighDistortion" boolean Name-Value pair in the detectCheckerboardPoints function call.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Camera Calibration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!