opencv
文章平均质量分 81
xmzjd
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
opencv-3.4在ubuntu16安装
http://www.python36.com/how-to-install-opencv340-on-ubuntu1604/Step #1:stepUpdate and Upgrade and Cleanup (Required for error-free installation)$ sudo apt-get update$ sudo apt-get upgrade转载 2018-01-22 20:34:05 · 507 阅读 · 0 评论 -
opencv 实现对摄像头输入图像四边形检测及提取
提取轮廓在OpenCV里有一个函数 cvFindContours int cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour,int header_size=sizeof(CvContour),int mode=CV_RETR_LIST,int method=CV_CHAIN_APPROX_SIMPL...原创 2018-06-22 18:04:52 · 3965 阅读 · 1 评论
分享