opencv3 C/C++不一样接口

类型 C C++ 头文件 #include <opencv/cv.h> #include <opencv/highgui.h> … #include <opencv2/opencv.hpp> #include <opencv2/highgui/highgui.hpp> … 主要数据类型 IplImage *img Mat img 显示 cvShowImage(“name”, img); imsho
相关文章
相关标签/搜索