opencv
wen417557721
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mat和IplImage的部分对应关系
#include "stdafx.h" #include #include #include using namespace std; using namespace cv; int _tmain(int argc, _TCHAR* argv[]) { //创建一个用1+3j填充的 7 x 7 复矩阵-----1 Mat M(7, 7, CV_32FC2,转载 2016-06-22 16:13:54 · 845 阅读 · 0 评论 -
模板匹配
转自:http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/imgproc/histograms/template_matching/template_matching.html?highlight=matchtemplate 目标¶ 在这节教程中您将学到: 使用OpenCV函数 matchTemplate 在转载 2016-06-23 16:56:44 · 1101 阅读 · 0 评论
分享