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

搜索资源列表

  1. 2D_dct

    0下载:
  2. 二维dct变换的DSP实现算法 只要下载了后,解压缩既可-Extra transform two-dimensional DSP algorithm as a download, decompress both!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2706
    • 提供者:贺鹏鹏
  1. datacomepressed

    0下载:
  2. 这是使用小波变换,jpeg以及DCT变换对图像进行的压缩 -This is the use of wavelet transform, and the DCT jpeg images of the compression
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:563348
    • 提供者:yangfeng
  1. bianmashiyan

    0下载:
  2. 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4715
    • 提供者:qq
  1. FasteffectiveDCT

    0下载:
  2. DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applicatio
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10278
    • 提供者:javenliu
  1. dctbinahuanzhifangtujunheng

    0下载:
  2. 快速DCT变换,源代码和例子,直方图均衡的源代码及例子。可读性很好,很容易懂-FDCT, source code and examples, histogram equalization of the source code and examples. Readability is very good, very easy to understand
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:628219
    • 提供者:元辉
  1. dct83ct

    0下载:
  2. 这是四维DCT变换的代码,对DCT压缩变换感兴趣的人可以将此作为参考,个人认为非常好。-This is the four-dimensional DCT code, the DCT compression for interested persons can be used as a reference. personal view is very good.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4149
    • 提供者:成功
  1. mpcc

    1下载:
  2. MFCC,即倒谱系数,也是语音的一个特征之一,能够充分利用人耳的特性 % 具体的求法就是预处理,然后加窗,进行傅立叶变换,再求出功率普 % 然后得出其自然对数,最后进行dct变换 % 代码是用matlab写的,用到的一个语音工具箱,可以从网络上下载。-MFCC, that is, just a few pedigree, as well as a voice of one, to take full advantage of people's ears% of the spe
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1040
    • 提供者:杨海
  1. VC-DCT

    0下载:
  2. DCT离散余弦快速变换,可用于图象处理及音频信号处理-fast DCT discrete cosine transform, can be used for image processing and audio signal processing
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:137719
    • 提供者:刘铭
  1. Exp05DCT

    0下载:
  2. 这是DSP实现的DCT变换,以在ccs上编译通过-DSP This is the DCT to the ccs compiled by
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:44510
    • 提供者:朱敬锋
  1. jpegsrc.v6b

    0下载:
  2. 用于构建基于ARM平台的嵌入式系统开发平台搭建时libjpeg.so.62的产生 优化后的JIF/JPEG压缩文件解码器,减少了DCT变换的信息丢失-used to build a platform based on ARM embedded system development platform structures when libjpeg.so.6 2 production optimization of JIF / JPEG compressed file decoder, a red
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-07-01
    • 文件大小:613261
    • 提供者:燃情岁月
  1. jpg_DCT

    1下载:
  2. 实现基本JPEG的压缩和编码 % 1. 首先通过DCT变换去除数据冗余; % 2. 使用量化表对DCT系数进行量化; % 3. 对量化后的系数进行Huffman编码。 -achieve basic JPEG compression and coding% 1. First through DCT remove data redundancy; % 2. Using quantitative table right DCT coefficient quantization; 3.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1499
    • 提供者:孙雨萌
  1. mydct_good

    0下载:
  2. 该压缩包实现二维的DCT变换和逆DCT变换,可以对图像做DCT变换和逆DCT变换,实现非常简洁,速度很快。-the compressed 2D DCT and the inverse DCT. Images can be done DCT and inverse DCT achieve a very simple, very fast.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1738722
    • 提供者:李文
  1. binDCT_zscan

    0下载:
  2. 对图像进行整数DCT变换,可用于无损压缩。-right image Integer DCT can be used lossless compression.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2900
    • 提供者:朱曼洁
  1. fdct1

    0下载:
  2. Loffer算法的DCT变换的C代码,还不错,大家看看! -Loffer DCT algorithm C code, quite good, we see!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:8569
    • 提供者:马晖
  1. fdct2

    0下载:
  2. 又一种快速DCT变换,大家看看,也可以!-also a fast DCT, you see, can be!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8688
    • 提供者:马晖
  1. dct_jpeg

    0下载:
  2. jpeg中DCT变换程序。为前向DCT的浮点运算,它要比整数运算更精确。该程序只适用于8×8的块变换。-jpeg DCT transformation procedure. For front to the DCT floating point calculation, it must be more precise than the integer operation. This procedure is only suitable for 8脳8 block transformati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1288
    • 提供者:canny06
  1. WMdct2recover

    0下载:
  2. 数字图像处理,离散余弦dct变换域中水印的提取-digital image processing, discrete cosine transform domain Extra watermark extraction
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1437
    • 提供者:hdd
  1. WMdctrecover

    0下载:
  2. 数字图像处理,离散余弦dct变换域中水印的提取-digital image processing, discrete cosine transform domain Extra watermark extraction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1107
    • 提供者:hdd
  1. TI_Picture_DCT

    0下载:
  2. TI C6416 DSP平台上的一个图像处理工程源码,包括图像输入,DCT变换,DCT逆变换等。-TI C6416 DSP platform of a source image processing projects, including image input, DCT, inverse DCT transformation.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:43964
    • 提供者:王拉耶
  1. DWT2006316144210

    0下载:
  2. 小波变换,相对于DCT变换,它有很好的时频特性。-wavelet transform, compared with DCT, it is a good time-frequency characteristics.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:605624
    • 提供者:lichu
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com