Location:
Search - matlab HSI2RGB
Search list
Description: 用MATLAB实现从颜色空间hsi到rgb空间的转换。-MATLAB hsi from color space to the rgb space conversion.
Platform: |
Size: 976 |
Author: 杨红菊 |
Hits:
Description: 用MATLAB实现从颜色空间hsi到rgb空间的转换。-MATLAB hsi from color space to the rgb space conversion.
Platform: |
Size: 1024 |
Author: 杨红菊 |
Hits:
Description: 这个是matlab分类工具箱,有大概三十多个matlab原程序,很适合大家下载使用-this classification is Matlab toolbox, probably more than 30 Matlab program, We are very suitable for downloading
Platform: |
Size: 635904 |
Author: 葛雪森 |
Hits:
Description: 彩色图像hsi颜色模型到rgb颜色模型的转换-HSI color model for color image to rgb color model conversion
Platform: |
Size: 1024 |
Author: july |
Hits:
Description: matlab程序 实现从HSI空间到RGB空间的互换-matlab hSi2RGB
Platform: |
Size: 465920 |
Author: liuwei |
Hits:
Description: RGB模型与HSI模型的相互转换MATLAB源码-rgb2hsi,hsi2rgb
Platform: |
Size: 1024 |
Author: HanJunhua |
Hits:
Description: 彩色图像处理 格式转化rgb2hsi,hsi2rgb
冈萨雷斯-AN M-function fro converting from RGB TO HSI, HSI to RGB
Platform: |
Size: 1024 |
Author: 肖新华 |
Hits:
Description: 实现HSI模型的图像向RGB模型图像的转换,此函数MATLAB并不自带-HSI model to achieve the image to the RGB model convert images, this function does not own MATLAB
Platform: |
Size: 1024 |
Author: maxiao |
Hits:
Description: 把HSI转化为GRBde matlab程序 好用-The HSI into GRBde matlab program easy to use
Platform: |
Size: 1024 |
Author: xudan |
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:
Description: matlab hsi2rgb 函数源代码-matlab hsi2rgb functions
Platform: |
Size: 1024 |
Author: dgfdgh |
Hits:
Description: 利用matlab来实现颜色分量的RGB到HSI的转换。-Transformation to achieve the color components of the RGB to HSI using MATLAB
Platform: |
Size: 1024 |
Author: maxiaola |
Hits:
Description: Matlab code for rgb to hsi or hsi to rgb conversion
Platform: |
Size: 2048 |
Author: Ibrahim |
Hits:
Description: hsi颜色空间模型转rgb颜色空间模型matlab代码-hsi model to rgb model
Platform: |
Size: 1024 |
Author: Tina |
Hits: