Is there a Matlab version of the OpenCV function initUndistortRectifyMap()?
显示 更早的评论
https://docs.opencv.org/3.4/da/d54/group__imgproc__transform.html#ga7dfb72c9cf9780a347fbe3d1c47e5d5a
I need the undistortion and rectification transformation maps for a project.
采纳的回答
更多回答(1 个)
Debasish Samal
2020-11-13
0 个投票
Hi,
The rectifyStereoImages function returns undistorted and rectified versions of the input images using the stereo parameters. I think, this is what you are looking for. Please refer to the documentation of the same to know more about the function.
Thanks.
-Debasish
类别
在 帮助中心 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!