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
相關文章
相關標籤/搜索