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

搜索资源列表

  1. ImageProcessing homework.rar

    0下载:
  2. 数字图像处理课程老师留的作业,可以用来显示512*512的RGB图像,及实现和HIS和HSV格式图像得转换
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:2.72mb
    • 提供者:
  1. dip3

    0下载:
  2. 将原始影像分别对RGB三色彩进行 x与 y轴之 Sobel边缘处理-original RGB images were of three colors for x and y axis of his Sobel Edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:249.24kb
    • 提供者:qu yw
  1. His

    0下载:
  2. 图像处理 图像rgb空间转换为His空间
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:68.17kb
    • 提供者:lee
  1. rgb2hsi

    1下载:
  2. rgb颜色空间与hsi颜色空间转换的一段MATLAB代码。-a matlab code rgb space to hsi space or return.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1.29kb
    • 提供者:叶伍
  1. ColourChange

    0下载:
  2. 彩色变换:对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再给出并显示该图的HIS三个分量的图像。-Colour change: given an RGB on the original image (such as bmp format) and displays the map given R, G, B color image, draw R, G, B histogram of each ima
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-11
    • 文件大小:487.15kb
    • 提供者:刘晨
  1. HIS-RGB

    1下载:
  2. 遥感图像的色彩变换 能从IHS转换到RGB 并能从RGB转换到HIS 效果比较好-Remote sensing images from the IHS color transform to the RGB and the conversion from RGB to HIS conversion effect is better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-20
    • 文件大小:3.53mb
    • 提供者:项德良
  1. ImageProcessing homework

    0下载:
  2. 数字图像处理课程老师留的作业,可以用来显示512*512的RGB图像,及实现和HIS和HSV格式图像得转换-The homework of the imageprocessing teacher,which can be used to display the RGB image with 512*512 formation, and to process the format conversion between the HIS and HSV.
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:2.72mb
    • 提供者:李素芝
  1. ImageModelTran

    0下载:
  2. 本程序实现图像模式由RGB转换为HSV、HSI、YCbCr-This procedure to achieve the image mode from RGB is converted to HSV, HSI, YCbCr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:48.94kb
    • 提供者:niuxiaohui
  1. colorspace

    2下载:
  2. 这是一个用于图像的彩色空间之间转换的MATLAB程序。例如RGB,HIS,Luv,YCbCr,YUV之间的转换,很方便的。-This is a color space for image conversion between MATLAB procedures. Such as RGB, HIS, Luv, YCbCr, YUV conversion between, very convenient.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-17
    • 文件大小:4.48kb
    • 提供者:hu
  1. Color_digital_image_sharper

    0下载:
  2. 分别采用RGB模型和HIS模型对图像imageLane.bmp进行锐化,并比较锐化的效果是否相同(两锐化后的图像相减)。-Using RGB model respectively for imageLane image and HIS model for sharpening, BMP, and compared the effect is the same sharpening (two sharpen the image subtraction).
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:351.1kb
    • 提供者:李建建
  1. 200732590108

    0下载:
  2. 能够对不同大小的图像进行融合,多光谱和高分辨率影像,通过加权融合,非加权融合,his融合-combine tm photos and spots photos,use RGB to his commutation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:guojiahua
  1. HISTORGB

    0下载:
  2. 实现了彩色图像的RGB和HIS模型的互换-Achieved the RGB and HIS color image exchange model
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:925byte
    • 提供者:xiejianmin
  1. RGBtoHIS

    1下载:
  2. RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 -RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.83mb
    • 提供者:
  1. RGB-and-HIS

    1下载:
  2. HIS与RGB的转换 lpsrc=(unsigned char*)lpDIBBits+lLineBytes*(lHeight-1-i)+3*j b=*lpsrc lpsrc=(unsigned char*)lpDIBBits+lLineBytes*(lHeight-1-i)+3*j+1 g=*lpsrc lpsrc=(unsigned char*)lpDIBBits+lLineBytes*(lHeight-1-i)+3*j+2
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-20
    • 文件大小:3.67mb
    • 提供者:沈乐
  1. RGB

    0下载:
  2. HIS与RGB的相互转换,很适合初学者学习-the Interconversion of HIS and RGB,it is a good data for beginners to learn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:6.73kb
    • 提供者:邓俊
  1. RGB-HIS-and-grayscale

    0下载:
  2. 在VC6.0平台下,实现了基于MFC的24位彩色bmp位图的图像色彩空间变换(RGB->HIS、HIS->RGB)的算法程序,以及彩色图像灰度化的算法实现。-VC6.0 platform, MFC-based 24-bit color bmp bitmap image color space transform (RGB-> HIS, HIS-> RGB) algorithm program, grayscale and color images of the algor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:64.23kb
    • 提供者:李若
  1. RGB-HIS

    0下载:
  2. RGB-HIS彩色空间变换和灰度化,有两种算法在里面,也有逆变换HIS-RGB-RGB-HIS color space conversion and gray, two algorithms on the inside, inverse transform HIS-RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:78.4kb
    • 提供者:davidj
  1. RGB-TO-HIS

    0下载:
  2. 将RGB格式彩色图片转换成HIS格式,便于进一步对图片进行处理-The RGB format color images into HIS format for further processing of the picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.67mb
    • 提供者:陈俊
  1. 58703926imagefusion

    0下载:
  2. 常用融合算法.HIS RGB伪彩色,小波等(Commonly used fusion algorithm.HIS, RGB, pseudo color, wavelet and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:87kb
    • 提供者:lei1234
  1. rgb2hsi1

    0下载:
  2. input rgb image and you can have his image
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11kb
    • 提供者:monn
« 12 3 »
搜珍网 www.dssz.com