Description: 实现RGB格式与HSI格式的互相转换,在Matlab软件中编程实现-achieve HSI RGB format and the format of mutual exchange, and the Matlab software programming! ! Platform: |
Size: 2048 |
Author:宋军 |
Hits:
Description: rgb空间变换到hsi空间,并提取其中的浅绿到深绿-rgb space to the HSI space transform, and extract them light green to dark green Platform: |
Size: 9216 |
Author:于晓静 |
Hits:
Description: matlab实现由色彩图 RGB到HSI空间的转换 添加到matlab安装目录下可直接调用。付lean原图及处理后的效果图 -matlab from RGB color map to the HSI space conversion added to the matlab installation directory under the direct call. Pay lean image and effectiveness of treatment plans Platform: |
Size: 122880 |
Author:小兔兔牙 |
Hits:
Description: “求RGB转HSI空间小程序.m”为主函数调用rgb2hsi.m,由于matlab没有自带这个函数,所以自编了一个,用于进行阴影去除。- Seeking RGB to HSI space program. M the main function call rgb2hsi.m, as a result of matlab does not own this function, so a self-compiled, used for shadow removal. Platform: |
Size: 1024 |
Author:阿龙 |
Hits:
Description: hsi2rgb,实现HSI彩色模型转换到RGB彩色模型。Rgb2Hsi稍后奉上。-hsi model converted to rgb.Matlab file.Thank you for downloadingen.joying!
And Rgb2Hsi is on the way,please wait. Platform: |
Size: 1024 |
Author:Aubrey |
Hits:
Description: 把图片格式为HSI转换到RGB格式,一个可以直接引用的函数,放到matlab里就好了-The image format conversion for the HSI to RGB format, a direct reference to the function on matlab like Platform: |
Size: 12288 |
Author:王大川 |
Hits:
Description: matlab hsi到rgb转换源码
function rgb=hsi2rgb(hsi)
a=size(hsi)
b=a(1)
H = hsi(:,1)
S = hsi(:,2)/255
I = hsi(:,3)/255 -matlab hsi to rgb conversion source function rgb = hsi2rgb (hsi) a = size (hsi) b = a (1) H = hsi (:, 1) S = hsi (:, 2)/255 I = hsi (:, 3)/255 Platform: |
Size: 196608 |
Author:kamy |
Hits: