How to rectify an image using camera parameters ?

I´m trying to rectify an image using camera calibrated parameters in order to test the accuracy of the camera calibration. I´m using Jean- Yves Bouget's Camera Calibration Toolbox to calibrate the camera (I used checkerboard-patterns printed on cardboard to do this) and I already have all the camera parameters from the calibration procedure (extrinsic and intrinsic). How can I use these parameters to rectify a new image?
Thanks in advance..

Respuestas (1)

Dima Lisin
Dima Lisin el 20 de Jul. de 2014

0 votos

There support for camera calibration in the Computer Vision System Toolbox. Please try the Camera Calibrator app.
If by "rectify" you mean correct for lens distortion, you can do that using the undistortImage function.
If you are talking about stereo calibration and stereo image rectification, please see this example .

Categorías

Más información sobre MATLAB Support Package for USB Webcams en Centro de ayuda y File Exchange.

Preguntada:

el 12 de Mayo de 2014

Respondida:

el 20 de Jul. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by