摘要: 1.安装ubuntu系统 http://jingyan.baidu.com/album/4dc40848491fc5c8d946f1b1.html?picindex=1 官方网站: http://cn.ubuntu.com/ 注意 (1)优盘启动:戴尔F12,选usb启动,(如果没有此选项按F2去设 阅读全文
posted @ 2016-12-02 17:50 Jessica&jie 阅读(874) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; int n_boards=0;//图像数目 const int board_dt=20;//等20帧每棋盘视图 //int sn_board=0;//成功找到角点的图像数目 int board_w;//图像的角点行列数 canshu ... 阅读全文
posted @ 2016-12-02 17:05 Jessica&jie 阅读(1063) 评论(0) 推荐(0) 编辑
摘要: // 引入实际标定板方格宽度的标定程序 #include #include #include #include using namespace std; int main() { CvCapture* capture; //摄像头指针 capture=cvCreateCameraCapture(0); if(capture==0){ ... 阅读全文
posted @ 2016-12-02 16:11 Jessica&jie 阅读(753) 评论(0) 推荐(0) 编辑