相机标定与校正----方法一:CameraCalibrator需多张照片
导出cameraParams后进行畸变校正:I=imread('Image1.tif');[J,newOrigin] = undistortImage(I,cameraParams);figuresubplot(1,2,1),imshow(I);subplot(1,2,2),imshow(J);参考:单张图像标定参考:http://swardtoolbox.github.io/相机标定原理:htt...
原创
2018-03-28 16:20:38 ·
10297 阅读 ·
0 评论