opencv学习笔记(二)图像简单读取和显示,并简单修改和保存

1.读取显示图像 建立好WIN32工程,具体代码如下: #include "stdafx.h" #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace std; using namespace cv; //读取显示图像 int main() {     Mat src;     src
相关文章
相关标签/搜索