CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Grayscale-color-image

搜索资源列表

  1. Decompress

    0下载:
  2. 这是用提升小波变换与嵌入零树编码实现的256色灰度BMP图像压缩与解压缩的程序。-wavelet transform and upgrade embedded zerotree coding to achieve the 256-color grayscale BMP image compression and decompression procedures.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:107448
    • 提供者:小曾
  1. TVAL3

    2下载:
  2. %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
  3. 所属分类:matlab例程

  1. DCTJPEG

    3下载:
  2. 使用Matlab编程实现发送端信源编码(图像压缩)和接收端信源解码(图像重建),其中的编解码算法可采用基于DCT变换的JPEG图像压缩标准;测试图像加噪,然后对去噪后的图像进行压缩与重建,分析压缩性能;研究基于下采样和内插的图像压缩算法;可将8bit/pixel灰度图像扩展至24bit/pixel彩色图像,或者采用无损压缩算法对图像压缩。-Sender using the Matlab programming source coding (image compression) and the r
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-06-29
    • 文件大小:32768
    • 提供者:耿智能
  1. imjoint

    0下载:
  2. 图像拼接,使用此代码可以方便的将一幅灰度图像或者彩色图像进行横向或者纵向拼接-Image mosaic, the use of this code can easily be a grayscale image or color image mosaic of horizontal or vertical
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:695
    • 提供者:Endeavour
  1. huidu

    0下载:
  2. 灰度图转换,可以把彩色图片转换为灰度图片。并进行计算-Grayscale conversion, color images can be converted to gray-scale image. And calculated
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1277055
    • 提供者:sy
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. dctcompr

    0下载:
  2. 基于DCT变换的图像压缩,分别给出了灰度图和真彩图的压缩方法。-DCT-based image compression, respectively, are given grayscale and true color pictures of the compression method.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1531
    • 提供者:秦关
  1. imcompr

    0下载:
  2. 基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。   -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1270
    • 提供者:秦关
  1. Gaussian_Pyramids

    0下载:
  2. 基于高斯滤波器的图像压缩算法。可以处理真彩图和灰度图,相当实用。-Gaussian filter based on image compression algorithms. Can handle true color pictures and grayscale, quite useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1860
    • 提供者:秦关
  1. zhuanhuan

    0下载:
  2. 用matlab实现的一个就彩色图像转换为灰度图像的程序,程序很简单-Using matlab to achieve a color image converted to grayscale on the image process, the program is very simple
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:512698
    • 提供者:yo
  1. matlab_watermark

    0下载:
  2. 本文算法是将24 位真彩图的亮度分量分块 DCT ,然后利用DCT 量化系数的奇偶特性嵌入8 位灰度水印图,并通过PN 序列加密来保证水印的 安全性。算法中,将灰度图像转换为二进制数据 流,置乱后扩频调制,隐藏在宿主DCT 系数量化值 中,提取时不需要宿主信号,实现水印信号的盲提 取。-This algorithm is 24-bit true color pictures of the luminance component of block DCT, quantiza
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:285063
    • 提供者:王秀梅
  1. colorimageedgedetection

    0下载:
  2. 通过matlab软件实现彩色图像直接灰度化,再进行边缘检测-Matlab software through direct grayscale color image, then the edge detection
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3123
    • 提供者:周传斌
  1. matlabRGBtoGRAY

    0下载:
  2. 彩色图像转灰度图像的三种算法,matlab实现-Color image to grayscale image of the three algorithms, matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:823
    • 提供者:cb
  1. colortransferring

    0下载:
  2. 利用源彩色图像给目标灰度图像上色,输入一幅彩色图像和一幅待上色的灰度图像,利用彩色图像中的彩色信息为该灰度图像上色-transfering color to grayscale image
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:283640
    • 提供者:刘嘉琛
  1. tvdenoise

    0下载:
  2. TVDENOISE Total variation grayscale and color image denoising-TVDENOISE Total variation grayscale and color image denoising
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1159
    • 提供者:loubna
  1. huffman

    0下载:
  2. MATLAB实现huffman编码,可以自由改变输入-Convert a color image into a grayscale
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:998
    • 提供者:张华
  1. grayscale

    0下载:
  2. 图像预处理的一些简单程序代码,其中包括灰度化、彩色均衡化以及滤波处理。-Some simple image pre-processing program code, including grayscale, color equalization and filtering.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2552
    • 提供者:QQ
  1. pre

    0下载:
  2. 对数字图像进行彩色图像或索引图像转化为灰度图像,二值化,边缘检测等预处理操作-Digital image or a color image is converted to grayscale images indexed image, binarization, edge detection, pre-processing operations
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:478451
    • 提供者:周丹
  1. test

    0下载:
  2. 程序功能:模拟DCT编码解码过程,生成带“块效应”的图像 实验图片:lena.jpg(512*512) 步骤:彩色图像→灰度图像→DCT→量化→反量化→IDCT→重构图像并保存- Program features: Analog DCT encoding and decoding process, generated with the " block effect" image Experimental Image: lena.jpg (512* 512)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:858
    • 提供者:kuiliping
  1. 1111111wejkyjhzs

    0下载:
  2. 用matlab调用摄像头,调用的是电脑自带的摄像头,运行之后出现一个摄像头窗口(未进行二值化灰度处理,因此是正常彩色图像。)(Using MATLAB to call the camera, it calls the camera that comes with the computer. After running, there is a camera window (no two value grayscale processing), so it's a normal color imag
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:夏念颜
« 12 »
搜珍网 www.dssz.com