1. 首页
  2. 课程学习
  3. 专业指导
  4. 颜色空间转换RGB2HSI

颜色空间转换RGB2HSI

上传者: 2019-04-17 06:52:04上传 M文件 1.51KB 热度 30次
颜色空间转换RGB2HSI HSI = RGB2HSI(RGB) converts an RGB image to HSI. The input image is assumed to be of size M-by-N-by-3, where the third dimension accounts for three image planes: red, green, and blue, in that order. If all RGB component images are equal, the HSI conversion is undefined. The input image can be of class double (w ith values in the range [0, 1]), uint8, or uint16. ith values in the range [0, 1]), uint8, or uint16.
用户评论
码姐姐匿名网友 2019-04-17 06:52:04

很实用,学习的宝贵经验