文件名称:hsi2rgb
介绍说明--下载内容均来自于网络,请自行研究使用
rgb = hsi2rgb(hsi)把一幅HSI图像转换为RGB图像,
其中hsi(:, :, 1)是色度分量,它的范围是除以2*pi后的[0, 1];
hsi(:, :, 2)是饱和度分量,范围是[0, 1];
hsi(:, :, 3)是亮度分量,范围是[0, 1]。
- Rgb = hsi2rgb (hsi) put an HSI image is converted to RGB images,
Wherein hsi (:,:, 1) is the chrominance component, it is divided by 2* pi range after [0, 1]
Hsi (:,:, 2) is the saturation component, the range is [0, 1]
Hsi (:,:, 3) is the luminance component, the range is [0, 1].
其中hsi(:, :, 1)是色度分量,它的范围是除以2*pi后的[0, 1];
hsi(:, :, 2)是饱和度分量,范围是[0, 1];
hsi(:, :, 3)是亮度分量,范围是[0, 1]。
- Rgb = hsi2rgb (hsi) put an HSI image is converted to RGB images,
Wherein hsi (:,:, 1) is the chrominance component, it is divided by 2* pi range after [0, 1]
Hsi (:,:, 2) is the saturation component, the range is [0, 1]
Hsi (:,:, 3) is the luminance component, the range is [0, 1].
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hsi2rgb.m