How to rectify an image using camera parameters ?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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..
0 comentarios
Respuestas (1)
Dima Lisin
el 20 de Jul. de 2014
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 .
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Support Package for USB Webcams en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!