undistortPoints
校正镜头畸变的点坐标
语法
说明
返回经过镜头畸变校正后的点坐标。该函数采用数值非线性最小二乘优化方法。undistortedPoints = undistortPoints(points,cameraParams)
[ 还会返回用于评估未去畸变点精度的误差值。undistortedPoints,reprojectionErrors] = undistortPoints(points,cameraParams)
示例
输入参数
输出参量
扩展功能
版本历史记录
在 R2014b 中推出另请参阅
App
函数
estimateCameraParameters|triangulate|undistortImage|estimateExtrinsics|cameraProjection|estimateFisheyeParameters|plotCamera|img2world2d|world2img|extr2pose|pose2extr

