摄像机标定新算法我要分享

A new camera calibration algorithm

摄像机标定算法

关注次数: 203

下载次数: 1

文件大小: 4KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

摄像机标定新算法,用一个子函数计算出两组运动组的参数本程序用于调试摄像机标定新算法这个程序在原来的基础上改变了部分返回值,将标准离差改为均方值的计算加入标定整体误差计算,运动复原和三维复原整体误差计算应先用计算出的平移矢量进行三维复原,从得出的点对统计其z方向为正的个数,多者为正确的平移矢量 。


English Description:

The new camera calibration algorithm uses a sub function to calculate the parameters of two groups of motion groups. This program is used to debug the new camera calibration algorithm. This program changes some return values on the original basis, changes the standard deviation to the mean square value, and adds the calculation of the overall calibration error, The overall error calculation of motion restoration and three-dimensional restoration should first use the calculated translation vector for three-dimensional restoration, and count the number of positive Z direction from the obtained point pairs, and the most of them are the correct translation vector


代码预览