imread()函數

原型: Mat imread(const string&filename,int flags=1); const string&filename 指圖片路徑名 int flags=1 爲載入標識,指定一個加載圖像的顏色類型(默認1表示載入三通道的彩色圖像)web eg: Mat image0=imread(「1.jpg」,2 | 4); //載入無損的源圖像 Mat image1=imread(「
相關文章
相關標籤/搜索