opencv零基礎學習—1圖像顯示

1.顯示圖像: 代碼: #include<highgui.hpp> int main() { char* path1 = "F:/Photo1.JPG"; IplImage* img = cvLoadImage(path1); cvNamedWindow("Example1", CV_WINDOW_AUTOSIZE); cvShowImage("Example1",img); cvWai
相關文章
相關標籤/搜索