CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hsi2rgb

搜索资源列表

  1. hsi2rgb

    0下载:
  2. 用MATLAB实现从颜色空间hsi到rgb空间的转换。-MATLAB hsi from color space to the rgb space conversion.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:976
    • 提供者:杨红菊
  1. hsi2rgb

    0下载:
  2. 对归一化后的hsi空间的图片转化到RGB空间里,其中RGB三分量也是归一化后的值,范围在0-1之间.-On the normalized space after hsi into the picture to RGB space, which is also a three-component RGB normalized value between the range of 0-1.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:850
    • 提供者:邓义平
  1. hsi2rgb-a-rgb2hsi

    0下载:
  2. 影像處理,如何將將圖從RGB轉HSI 再從HSI轉回RGB(rgb轉hsi hsi轉rgb)-rgb to hsi and hsi to rgb
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:1164
    • 提供者:林怡珊
  1. hsi2rgb

    0下载:
  2. 彩色图像hsi颜色模型到rgb颜色模型的转换-HSI color model for color image to rgb color model conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:887
    • 提供者:july
  1. HSI

    0下载:
  2. matlab程序 实现从HSI空间到RGB空间的互换-matlab hSi2RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:465914
    • 提供者:liuwei
  1. hsi2rgb-rgb2hsi

    0下载:
  2. RGB模型与HSI模型的相互转换MATLAB源码-rgb2hsi,hsi2rgb
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:1099
    • 提供者:HanJunhua
  1. hsi2rgb

    0下载:
  2. 数据类型转换,int转换成uint8,比较适用-data change
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:562
    • 提供者:李江波
  1. rgb2hsi--hsi2rgb

    0下载:
  2. 彩色图像处理 格式转化rgb2hsi,hsi2rgb 冈萨雷斯-AN M-function fro converting from RGB TO HSI, HSI to RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1470
    • 提供者:肖新华
  1. hsi2rgb

    0下载:
  2. 实现HSI模型的图像向RGB模型图像的转换,此函数MATLAB并不自带-HSI model to achieve the image to the RGB model convert images, this function does not own MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:809
    • 提供者:maxiao
  1. hsi2rgb

    0下载:
  2. 把HSI转化为GRBde matlab程序 好用-The HSI into GRBde matlab program easy to use
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:869
    • 提供者:xudan
  1. hsi2rgb

    0下载:
  2. 数字图像处理中把hsi空间转换成rgb空间-It can tranform the hsi space into rgb space in digital signal processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:716
    • 提供者:ww
  1. hsi2rgb

    0下载:
  2. hsi2rgb,实现HSI彩色模型转换到RGB彩色模型。Rgb2Hsi稍后奉上。-hsi model converted to rgb.Matlab file.Thank you for downloadingen.joying! And Rgb2Hsi is on the way,please wait.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:581
    • 提供者:Aubrey
  1. hsi2rgb-rgb2hsi

    0下载:
  2. rgb转为hsi和hsi转为rgb的彩色图像直方图增强处理-rgb into hsi and hsi into the rgb color histogram enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:801
    • 提供者:王小伟
  1. hsi2rgb

    0下载:
  2. 实现从HSI颜色空间向RGB颜色空间转换的功能-HSI space to the RGB color space conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:529
    • 提供者:白云
  1. hsi2rgb

    0下载:
  2. 两种彩色模型之间的变换,主要是HSI模型到RGB之间的变换-The transformation between the two color model, HSI model to RGB conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:619
    • 提供者:lining
  1. hsi2rgb

    0下载:
  2. 彩色空间HSI与RGB的转换,自定义函数hsi2rgb-HSI2RGB Converts an HSI image to RGB.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:874
    • 提供者:丸子
  1. matlab-HSI2RGB

    0下载:
  2. 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)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:196848
    • 提供者:kamy
  1. hsi2rgb

    0下载:
  2. 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 chr
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:687
    • 提供者:卫伟
  1. hsi2rgb

    0下载:
  2. matlab hsi2rgb 函数源代码-matlab hsi2rgb functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:864
    • 提供者:dgfdgh
  1. hsi2rgb

    0下载:
  2. 实现HSI转换到RGB的函数hsi2rgb代码-Achieve HSL to RGB conversion function hsi2rgb Code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:614
    • 提供者:陈彦军
« 12 »
搜珍网 www.dssz.com