CV_EXPORTS_W Mat imread( const string& filename, int flags=1 );
filename:要读取的图像名称或带路径的文件名
flags:加载图像颜色类型,0:灰度,1:8位彩色,2:返回对应深度16位/32位深度的图像