- 1、本文档共15页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
camera_calibration分析(Camera_calibration analysis)
camera_calibration分析(Camera_calibration analysis)
设置;
/ /读取设置
FileStorage fs(inputSettingsFile,FileStorage::READ);/ /读取设置
fs(“设置”) ;
fs.release();
矢量 Point2f imagePoints;/ /每幅图像的角点向量集
垫cameraMatrix distCoeffs;
垫;/ /图像缓存
/ /采集图像
视图= s.nextImage();
垫的结果;
如果(inputCapture.isOpened())
{
垫view0;
inputCapture view0;
view0。复制(结果);
}
返回结果;
imageSize = view . size();/ /格式化输入图像。
/ /如果采集完毕,进行校正
if(mode = =捕获 imagePoints.size() =(unsigned)。nrFrames)/ / 25
{
if(run校准和save(s,imageSize,cameraMatrix,distCoeffs,imagePoints))
向量垫 rvecs tvecs;
飘 reprojErrs向量;
双totalAvgErr = 0;
bool ok = run校准(s、imageSize、cameraMatrix、distCoeffs、imagePoints、rvecs、tvecs、reprojErrs、totalAvgErr);
cameraMatrix =垫:眼睛(3 3 CV_64F);/ /对角矩阵
distCoeffs =垫::0(8 1 CV_64F);/ /全零矩阵
矢量 Point3f objectPoints(1);/ / 3 d点物理坐标向量
calcBoardCornerPositions(s。boardSize,s。squareSize,objectPoints[0],s.calibrationPattern);
corners.clear();
for(int i = 0;i boardSize)。高度;+ + i)
for(int j = 0;j boardSize)。宽度;+ + j)
/ /棋盘角点的3 d点物理坐标
角落。push_back(Point3f(浮点数(j *平方esize),float(i *平方esize),0);
objectPoints.resize(imagePoints.size(),objectPoints[0]);
双rms =校准照相机(objectPoints,imagePoints,imageSize,cameraMatrix,distCoeffs,rvecs,tvecs,s.flag | CV_CALIB_FIX_K4 | CV_CALIB_FIX_K5);
The rotation vector of the parameters of the parameters of the parameters of the coordinates of the coordinates of the coordinates of the coordinates of the coordinates of the coordinates of the coordinates of the coordinates of the angular coordinates
Size_t nimages = _objectPoints. Total ();
Mat objPt, imgPt, npoints, rvecM ((int) nimages, 3, CV_64FC1), tvecM ((int) nimages, 3, CV_64FC1);
CollectCalibrationData (_objectPoints _imagePoints, noArray (), objPt, imgPt, 0, npoints);
Int nimages = (int) objectPoints. Total ();
/ / how much memory does the objectPoints occupy?
For (I = 0; I nimages; I + +)
{
Ni = objectPoints. GetMat (I). CheckVector (3, CV_32F);
CV_Assert (ni = 0);
Total + = ni;
}
/ / allocate cache space
Npoints. Create (1, (int) nimages,
您可能关注的文档
- (万科)住宅设计统一技术措施(建筑)(Unified technical measures for residential design (construction)).doc
- (建筑工程)第1章3(Chapter 1, 3).doc
- (新版)收缩膜热收缩膜生产制备工艺及应用专利技术光盘((new) shrink film shrinkage film production preparation process and application of patented technology compact disc).doc
- -平面旋转LED点阵套件-电子制作(- plane rotating LED lattice kit - electronic production).doc
- 001世界十大宫殿(001 the world's ten palaces).doc
- 0.8QQ手挡驾驶全攻略(0.8 QQ hand in the driver overall strategy).doc
- 002机械挖土施工工艺(Construction technology of mechanical excavation).doc
- 002作图题(黄冈市物理中考题调考题汇编)(002 graph (a compilation of examination questions in the physics of huanggang)).doc
- 008年石家庄市第二十八中学初三年级一模考试(In 008 shijiazhuang no.28 middle school, the first third grade a module examination).doc
- 005机械回填土施工工艺(Construction technology of mechanical backfill soil).doc
- 2025-2030中国超精加工机行业市场发展趋势与前景展望战略研究报告.docx
- 国际交流活动传染病防治知识分享计划.docx
- 2025-2030中国超纤皮革面料行业市场现状分析及竞争格局与投资发展研究报告.docx
- 2025-2030中国超纤绒面革行业市场现状分析及竞争格局与投资发展研究报告.docx
- 2025年3月经济数据点评:Q1经济读数迎来开门红.pdf
- 水库安全管理及应急措施探讨.docx
- 2025-2030中国超纤革行业市场现状分析及竞争格局与投资发展研究报告.docx
- 二零二五年度一月棒状杆菌属.ppt
- 2025-2030中国超导复合材料行业十四五发展分析及投资前景与战略规划研究报告.docx
- 二零二五年度一月感觉器官的功能.ppt
文档评论(0)