// Mat imread(const string& filename ,int flag=1); // 第一个参数,const string&类型的filename,填我们需要载入的图片路径名。 // Windows位图 - *.bmp, *.dib // *.jpeg, *.jpg, *.jpe *.jp2 *.png - *.pbm, *.pgm, *.ppm *.sr, *.ras *.tiff, *.tif // 第二个参数,int类型...