2021
05-02
05-02
OpenCV实现相机标定板
本文实例为大家分享了OpenCV实现相机标定板的具体代码,供大家参考,具体内容如下1.代码实现#include<opencv.hpp>#include"highgui.h"#include"cxcore.h"usingnamespacecv;intmain0(intargc,char*argv[]){intwidth=140;//widthandheigthofsinglesquareintheight=140;IplImage*src=cvCreateImage(cvSize(width*(10+1),width*(6+1)),IPL_DEPTH_8U,1);//intheCalibrationAndTest.cpp,the...
继续阅读 >