opencv imread

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

 

posted @ 2019-03-14 22:59  hehe_2014  阅读(114)  评论(0编辑  收藏  举报