How to rectify an image using camera parameters ?
12 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Dima Lisin
2014-7-20
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for USB Webcams 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!