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

搜索资源列表

  1. rxq

    0下载:
  2. 图像锐化与平滑处理,matlab语言,基于rgb和his的模型下的处理-Image sharpening and smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:665
    • 提供者:任小清
  1. classification-and-fusion

    1下载:
  2. 基于VC6.0的MFC实现,功能包括:图像分类(K均值、ISODATA)、图像融合(基于高通滤波的加权融合和非加权融合、HIS融合)、直方图均衡化、直方图匹配、RGB与HIS之间的相互转换-based on MFC, functionality include: image classification(K means and ISODATA),image fusion(fusion based on HIS transformation and fusion based on high pas
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:483754
    • 提供者:M ROCK
  1. color-space-transformation

    0下载:
  2. HIS颜色空间与RGB颜色空间的相互转换,即HIS分量与RGB分量的相互转换,用C++编写的源码,里面还有把彩色图像转化成灰度图像的代码 -The transformation between HIS color space and RGB color space, i.e. the transformation between HIS components and RGB components. The code is written in C++.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:438009
    • 提供者:M R
  1. color-transform

    0下载:
  2. 对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单 色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再 给出并显示该图的H、I、S三个分量的图像-The RGB system is converted to a HIS way given an RGB original image (such as the bmp format), given and display the graph R, G, B monochrome images, d
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1195
    • 提供者:白元
  1. RGB2HIV

    0下载:
  2. 把RGB颜色空间的颜色值转换到HIS颜色空间。-The color values ​ ​ of the RGB color space is converted to the HIS color space.
  3. 所属分类:Graph program

    • 发布日期:2017-11-15
    • 文件大小:10459828
    • 提供者:许婷
  1. ImageMagic_src

    0下载:
  2. ImageMagic 圖片色彩平衡調整 Ever wonder how to extract data from a JPEG and manipulate it using only WPF? Or how WPF performs on a moderately sized image (10 MB)? The ImageMagic program provides an answer. The program opens an included 2592 x 3872 JPEG, ex
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-09
    • 文件大小:135893
    • 提供者:tang
  1. hand_detector_code.tar

    0下载:
  2. RGB彩色图像的手部检测 Hand detection using multiple proposals Mittal, A., Zisserman, A. and Torr, P. H. S. Proceedings of British Machine Vision Conference, 2011.-his software is a hand detector for static images, designed mainly for human layout estimati
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3809539
    • 提供者:董良
  1. chap7

    0下载:
  2. 对一副医学图片先进性二值化,再将RGB空间转换到HIS空间,达到色度识别的效果-Nature of a medical image binarization, then HIS space to RGB color space, color identification of the results achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:65352
    • 提供者:苏琪
  1. hue_shift

    0下载:
  2. hue_shift实现对图像色调的调整,由于 matlab 中没有实现 RGB 图像到 HIS 图像转换 的函数,所以需要编程实现这一过程-hue_shift to change the hue of pictures
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:708
    • 提供者:白雪
  1. WpfD3D

    0下载:
  2. 要在WPF中完美的支持YUV数据的显示,通常的解决方式是使用先把YUV数据转换成WPF可以支持的RGB数据,然后利用类似于WriteableBitmap的控件,把他展现在WPF上。这么做的主要问题是在做RGB转换的时候,需要消耗大量的CPU, 效率比较低。一种优化方式是使用FFMPEG里的SwScale或者Intel的IPP库,这些库经过了一定的优化,可以有限度的使用硬件加速。这里2为一个使用WritableBitmap的例子。-To perfect support in WPF YUV dat
  3. 所属分类:CSharp

    • 发布日期:2017-06-15
    • 文件大小:23862220
    • 提供者:huge
  1. RGBTOHIS

    0下载:
  2. 把一幅RGB图像转换成HIS图像,主要用于图像的后续处理。-the function is to make a rgb image to his image.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3828153
    • 提供者:陈俊
  1. guo

    0下载:
  2. 24位彩色图的直方图均衡化有两种方式,一种是把彩色度的R、G、B分量分别看做一个灰度级进行直方图的均衡化。这种方式会使RGB之间的颜色对比会发生变化,造成颜色的失真。另一种方法是先将24位真彩色图的RGB分量转换为HIS分量,仅对其中的I分量进行直方图的均衡化,最后将均衡、化后的I分量与原来的H、S分量一起逆变换回RGB分量表示,两种方法都在代码中实现,希望对大家有所帮助!(histogram equalization)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:1406976
    • 提供者:Guoc
  1. 58703926imagefusion

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

    • 发布日期:2017-12-30
    • 文件大小:89088
    • 提供者:lei1234
« 1 2 3»
搜珍网 www.dssz.com