How can I undistort an image in Matlab using the known camera parameters?

前端 未结 2 1734
鱼传尺愫
鱼传尺愫 2021-02-06 02:45

This is easy to do in OpenCV however I would like a native Matlab implementation that is fairly efficient and can be easily changed. The method should be able to take the camera

2条回答
  •  旧巷少年郎
    2021-02-06 03:06

    You can now do that as of release R2013B, using the Computer Vision System Toolbox. There is a GUI app called Camera Calibrator and a function undistortImage.

提交回复
热议问题