RGB图像空间转换到HSI我要分享

Convert RGB images to HSI

matlab 图像 RGB 转换 空间 hsi

关注次数: 273

下载次数: 2

文件大小: 1.05 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:把RGB图像转换为HSI颜色空间,先分别获取R、G、B分量,然后根据公式分别求出H、S、I分量,然后再组合为HSI,图中还对HSI各分量进行阈值分割


English Description:

HSI color space RGB image converted separately and then get the r, g, b component, and then according to the formula h, s and I weight is obtained, respectively, then mix again for HSI, HSI components were also threshold segmentation


代码预览