Chinaunix首页 | 论坛 | 博客
  • 博客访问: 183540
  • 博文数量: 60
  • 博客积分: 1597
  • 博客等级: 上尉
  • 技术积分: 461
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-20 13:24
文章分类

全部博文(60)

文章存档

2017年(15)

2016年(6)

2015年(37)

2008年(2)

分类: C/C++

2017-05-23 10:36:20

Mat imread(const String& filename, int flags=IMREAD_COLOR)
  • CV_LOAD_IMAGE_ANYDEPTH - If set, return 16-bit/32-bit image when the input has the corresponding depth, otherwise convert it to 8-bit.
  • CV_LOAD_IMAGE_COLOR - If set, always convert image to the color one
  • CV_LOAD_IMAGE_GRAYSCALE - If set, always convert image to the grayscale one
  • CV_LOAD_IMAGE_ANYCOLOR - 原图加载
阅读(1156) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~