上一页 1 ··· 9 10 11 12 13
摘要: 1. 安装依赖项 sudo apt-get install cmake //cmake sudo apt-get install libgoogle-glog-dev // glog是Google维护的一个开源的C++ log库 sudo apt-get install libatlas-base- 阅读全文
posted @ 2016-12-14 16:07 Jessica&jie 阅读(1459) 评论(3) 推荐(0) 编辑
摘要: 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) 编辑
摘要: #include #include #include #include using namespace std; int main() { int cube_length=7; CvCapture* capture; ... 阅读全文
posted @ 2016-11-30 17:43 Jessica&jie 阅读(6157) 评论(0) 推荐(0) 编辑
摘要: (1)输入图像 “Image names”键 Matlab的图形窗口显示出20幅靶标图像 (2) 提取角点 “Extract grid corners”键。 输入要进行角点提取的靶标图像的编号并回车 分别在“wintx ([] = 5) =”和“winty ([] = 5) =”输入行中输入角点提取 阅读全文
posted @ 2016-11-19 19:44 Jessica&jie 阅读(16546) 评论(1) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13