Opencv C++成長之路(二):圖像的讀取與顯示

效果 Show me the code #include <iostream> #include <string> #include <opencv2/highgui.hpp> using namespace std; int main() { // 文件路徑 const string filePath = "xxx.jpg"; // 讀取圖像存入origin
相關文章
相關標籤/搜索