imshowMatwaitkey找不到标识符
Posted Good Good Study~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了imshowMatwaitkey找不到标识符相关的知识,希望对你有一定的参考价值。
可以发现imshow、Mat、waitkey这三个都是opencv相关的。
在添加了相关库文件后还是有问题。
#include "stdafx.h" #include <stdio.h> #include <iostream> #include "opencv2/core/core.hpp" #include "opencv2/features2d/features2d.hpp" #include "opencv2/highgui/highgui.hpp" #include <opencv2/nonfree/features2d.hpp> #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/nonfree/nonfree.hpp" #include "opencv2/legacy/legacy.hpp" #include<math.h> #include <string> int _tmain(int argc, _TCHAR* argv[]) { uchar c[100][100]; for(int i=0; i<100; i++) for(int j=0; j<100; j++) c[i][j] = (i<j)?0:255; imshow("x", Mat(100, 100, CV_8UC1, (void *)c)); waitKey(); return 0; }
是缺少了
using namespace cv;
using namespace std;
以上是关于imshowMatwaitkey找不到标识符的主要内容,如果未能解决你的问题,请参考以下文章
找不到模块:无法解析'C: Users test counter-app src'中的'bootstrap / dist / css / bootstrap.cs(代码片