mashuang0413
2016-03-14 01:32opencv 自带标定程序中有一段代码看不懂,请问老兵是什么意思?
" \nexample command line for calibration from a live feed.\n"
" calibration -w 4 -h 5 -s 0.025 -o camera.yml -op -oe\n"
" \n"
" example command line for calibration from a list of stored images:\n"
" imagelist_creator image_list.xml *.png\n"
" calibration -w 4 -h 5 -s 0.025 -o camera.yml -op -oe image_list.xml\n"
" where image_list.xml is the standard OpenCV XML/YAML\n"
" use imagelist_creator to create the xml or yaml list\n"
" file consisting of the list of strings, e.g.:\n"
" \n"
"<?xml version=\"1.0\"?>\n"
"\n"
"\n"
"view000.png\n"
"view001.png\n"
"<!-- view002.png -->\n"
"view003.png\n"
"view010.png\n"
"one_extra_view.jpg\n"
"\n"
"\n";
请问这些代码是什么意思,是需要准备xml吗?然后还有照片,另外这些照片放在什么位置,因为是标定,只需要这么少的照片吗
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- 为什么将opencv.NewWindow()移到子函数中时程序立即终止?
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 1个回答
- 使用opencv,二值化图片中,白色物体中如何检测完全包裹的黑色异物?
- c++
- 1个回答
- 为什么Opencv3.4.0使用make编译时出现错误?
- 人工智能
- c++
- 4个回答
- 需要openCV特征提取和匹配指导,具体看内容?
- opencv3.4.3
- vs2017
- sift
- opencv_contrib
- 2个回答
- pyqt5中如何通过OpenCV读取一帧图像喂入网络呢?
- opencv
- 摄像头
- pyqt
- 1个回答
换一换