搜索资源列表
hsi2rgb
- 用MATLAB实现从颜色空间hsi到rgb空间的转换。-MATLAB hsi from color space to the rgb space conversion.
hsi2rgb
- 彩色图像hsi颜色模型到rgb颜色模型的转换-HSI color model for color image to rgb color model conversion
HSI
- matlab程序 实现从HSI空间到RGB空间的互换-matlab hSi2RGB
hsi2rgb-rgb2hsi
- RGB模型与HSI模型的相互转换MATLAB源码-rgb2hsi,hsi2rgb
rgb2hsi--hsi2rgb
- 彩色图像处理 格式转化rgb2hsi,hsi2rgb 冈萨雷斯-AN M-function fro converting from RGB TO HSI, HSI to RGB
hsi2rgb
- 实现HSI模型的图像向RGB模型图像的转换,此函数MATLAB并不自带-HSI model to achieve the image to the RGB model convert images, this function does not own MATLAB
hsi2rgb
- 把HSI转化为GRBde matlab程序 好用-The HSI into GRBde matlab program easy to use
hsi2rgb
- hsi2rgb,实现HSI彩色模型转换到RGB彩色模型。Rgb2Hsi稍后奉上。-hsi model converted to rgb.Matlab file.Thank you for downloadingen.joying! And Rgb2Hsi is on the way,please wait.
hsi2rgb
- 把图片格式为HSI转换到RGB格式,一个可以直接引用的函数,放到matlab里就好了-The image format conversion for the HSI to RGB format, a direct reference to the function on matlab like
matlab-HSI2RGB
- 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)
hsi2rgb
- matlab hsi2rgb 函数源代码-matlab hsi2rgb functions
hsi2rgb
- 利用matlab来实现颜色分量的RGB到HSI的转换。-Transformation to achieve the color components of the RGB to HSI using MATLAB
hsi2rgb
- Matlab code for rgb to hsi or hsi to rgb conversion
hsi2rgb
- hsi颜色空间模型转rgb颜色空间模型matlab代码-hsi model to rgb model