Is there a Matlab version of the OpenCV function initUndistortRectifyMap()?
Mostrar comentarios más antiguos
https://docs.opencv.org/3.4/da/d54/group__imgproc__transform.html#ga7dfb72c9cf9780a347fbe3d1c47e5d5a
I need the undistortion and rectification transformation maps for a project.
Respuesta aceptada
Más respuestas (1)
Debasish Samal
el 13 de Nov. de 2020
0 votos
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
1 comentario
Yuval Levental
el 13 de Nov. de 2020
Categorías
Más información sobre Point Cloud Processing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!