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

搜索资源列表

  1. Upload_Actual_JPEG

    0下载:
  2. 利用JPEG实现图像的压缩和解压,代码有点点下bug,自己修改吧-compress and decompress use JPEG
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:74959
    • 提供者:yanghongyun
  1. matlab

    0下载:
  2. 使用matlab对二维图像进行压缩编码,用哈弗曼函数进行-Use matlab for the two-dimensional image compression, Ha Fuman function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4175
    • 提供者:苑婷
  1. jpeg2000

    2下载:
  2. matlab实现jpge2000静态图像解压缩-Matlab achieve jpge2000 static image decompression
  3. 所属分类:压缩解压

    • 发布日期:2013-04-28
    • 文件大小:1681228
    • 提供者:weity
  1. smp

    0下载:
  2. 用smp算法实现基于压缩感知的磁共振图像重构-Smp algorithm for image reconstruction based on compressed sensing
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:244736
    • 提供者:李国
  1. CS

    2下载:
  2. 压缩感知(Compressive Sensing(CS),或称Compressed Sensing、Compressed Sampling)。该理论指出:对可压缩的信号可通过远低于Nyquist标准的方式进行采样数据,仍能够精确地恢复出原始信号。该理论一经提出,就在信息论、信号/图像处理、医疗成像、模式识别、地质勘探、光学/雷达成像、无线通信等领域受到高度关注,并被美国科技评论评为2007年度十大科技进展。-Compressed Sensing (Compressive Sensing (CS)
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:32792576
    • 提供者:刘海涛
  1. BMP-to-JPG

    0下载:
  2. 这是一个实现将BMP位图转换为jpg格式位图的程序,也即具有压缩图像的功能。-This is a BMP bitmap converted to jpg format bitmap program, that has the function of the compressed image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:62047
    • 提供者:陆志龙
  1. BmpToJpg

    0下载:
  2. 这是一个基于对话框的程序,主要功能是实现将BMP图像转换为JPG格式的,实现了图像的压缩。-This is a dialog-based program, the main function is to convert BMP images to JPG format and image compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2651554
    • 提供者:陆志龙
  1. lzw

    0下载:
  2. 无损数据压缩,该算法利用字典法,可以实现对图像的无损压缩-Lossless data compression, the algorithm uses a dictionary method, can achieve lossless compression of images
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3096425
    • 提供者:张延相
  1. cs_lena

    0下载:
  2. 该程序利用余弦变换对图像进行变换压缩,之后利用压缩传感对其进行恢复,最后给出了恢复图像与原图像的对比结果。-The program utilizes the cosine transform image transform compression, followed by the use of compressed sensing to restore Finally, restore the image and the original image contrast results.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:50087
    • 提供者:王飞
  1. Construct-for-Compressed-Sening

    1下载:
  2. 一系列压缩感知(CS)的重构算法。 图像恢复-A series of compression-aware (CS) reconstruction algorithm. Image restoration
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-02-21
    • 文件大小:66560
    • 提供者:AE
  1. Daubechie_wavelet_ImageRecover

    2下载:
  2. 采用Daubechie小波,构建正交矩阵,对bmp图像进行小波变换后的基本重建恢复,需要下采样,压缩为64*64以下的图像,重构图像与原图基本一致。-Daubechie wavelet to construct the orthogonal matrix, bmp image to restore the basic reconstruction after wavelet transform, sampling, compressed into less than 64* 64 images,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:39587
    • 提供者:高昕
  1. greyprediction

    0下载:
  2. 用灰色预测模型对图像灰度值进行预测,然后编码达到压缩的效果-Gray forecasting model to predict the image gray value, and then encoded to achieve the compression effect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:529
    • 提供者:黄世超
  1. LZW_12

    0下载:
  2. lzw算法实现对文本和图像的无损压缩和解压缩,字典长度最高位12位,对重复性比较高的文本和图像有不错的压缩效果。-lzw algorithm lossless compression and decompression of text and images, dictionary length MSB 12, good compression of the repeatability text and image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:771499
    • 提供者:宏观
  1. LZW_16

    0下载:
  2. lzw算法实现对文本和图像文件的压缩和解压缩,生成字典最高为16位。对重复性较大的文本文件和图像文件有很好的压缩效果。-the lzw algorithm compression and decompression of text and image files, generated dictionary of up to 16. Compression repetitive text and image files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:745974
    • 提供者:宏观
  1. DCT

    0下载:
  2. 利用DCT变换对灰度图像进行压缩,求出压缩比;对比不同压缩比的图像-DCT transform compressed gray image compression ratio is obtained comparing different image compression ratio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-10
    • 文件大小:34567
    • 提供者:钟福贵
  1. RDTLT

    0下载:
  2. 基于Lossy-to-Lossless Image Compression Based on Reversible Integer TDLT/KLT的压缩算法的matlab实现,在增加ROI编码模块,算法详细可以查看论文《Lossy-to-lossless image compression based on multiplier-less reversible integer time domain lapped transform》。程序由main.m函数开始运行,输入参数有3个,分
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:1179164
    • 提供者:huangdacheng
  1. zlib_sourcePdemo

    0下载:
  2. zlib 源码 和 例子 有两个例子,一个是数组来验证压缩效率; 另一个是用图像来验证。 -zlib source and example of two examples, one array to verify the compression efficiency another image to verify.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:20567567
    • 提供者:vivi
  1. Contourlet

    0下载:
  2. 本压缩包中含有Contourlet的源程序,他被广泛的应用与图像融合中-The compressed source code of the Contourlet the package contains, he was a wide range of applications and image fusion
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:4180
    • 提供者:赵飞翔
  1. huffman

    0下载:
  2. 该代码给出了对于典型的LENA图像的HUFFMAN编码压缩过程。该方法的效率比算术编码要高!-The code is given HUFFMAN coding typical LENA image compression process. The efficiency of the method is to be higher than the arithmetic coding!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2207
    • 提供者:shan
  1. enc_2_1

    0下载:
  2. 一种多光谱图像的压缩方法,基于rice压缩方法的C源程序-an image compression method based on rice
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2784
    • 提供者:邓海涛
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com