opencv圖像顯示

圖像讀取函數 Mat imread( const String& filename, int flags = IMREAD_COLOR ); filename:文件名 flags:圖像類型,默認值1,彩色圖像;0:灰度圖像 圖像顯示 創建窗口 void namedWindow(const String& winname, int flags = WINDOW_AUTOSIZE); winname:
相關文章
相關標籤/搜索