CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - idct

搜索资源列表

  1. 图像dct变换的程序

    4下载:
  2. 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray.bmp an experiment. This diagr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1036
    • 提供者:朱晓路
  1. quickidct

    0下载:
  2. 直接在实数域进行IDCT和DCT快速变换。使用查找表来实现变换中的系数运算。计算速度快,效率高。-directly in the real domain for DCT and IDCT rapid transformation. Use lookup table to achieve the transformation coefficient calculation. Calculating speed, high efficiency.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:79852
    • 提供者:张冥
  1. 35647

    0下载:
  2. 4x4的不必采用dct/idct变换,H.264代码也好用。我在这也照着公式写了一个,也能用-4x4 without using the Copy / idct transform, or use H.264 code. I also wrote a shining on a formula also can be used
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1137
    • 提供者:王芳
  1. DCT_transform

    0下载:
  2. This file include the DCT and IDCT transform of an image. void show_DCT( void ) void DCT_8x8( float* data ) void IDCT_8x8( float* data ) void BDCT( float* input,int rows,int cols ) void BIDCT( float* input,int rows,int cols ) void get_8x8
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:5049
    • 提供者:wan_xianglin
  1. idct

    0下载:
  2. IDCT变换源程序,基于Chen s DCT
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1250
    • 提供者:宫曙光
  1. imageprocessing6

    0下载:
  2. 1.选择一幅图像,对该图像进行DCT块操作(将图像分成8×8小块,对每个小块进行DCT变换)。 2.利用屏蔽矩阵对DCT系数进行区域选择,然后进行逆变换(IDCT),合成原图像,计算合成图像的PSNR。 3.选择一小波函数,对一幅图像进行分解,显示各变换系数,观察其规律,并进行小波逆变换,合成原图像。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:1720
    • 提供者:syq
  1. FFT_FDCT

    0下载:
  2. 计算并显示一幅二维图象的Fourier变换(幅度和相位谱)及其逆变换,是用FFT实现,调用该程序完成DCT 和IDCT的快速实现程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:103423
    • 提供者:ll
  1. IP_DCT_matlab

    0下载:
  2. 加深对图像变换的理解。计算图像的离散余弦变换J;设置不同的量化门限,计算其逆变换IDCT,并显示。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:28438
    • 提供者:Ashtray
  1. dctimageprocess

    0下载:
  2. 本代码实现了快速改进型IDCT算法及相关DCT算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:136336
    • 提供者:晨曦
  1. jpeg_bmp

    0下载:
  2. 从JPEG转bmp格式,huffman采用存储译码,IDCT变换采用行列分别译码,采用loeffler译码,算法和数据结构都很优秀
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9599
    • 提供者:杜伟
  1. DM642dctidct

    0下载:
  2. TI公司DM642的DCT和IDCT程序,代码经过深度优化,运行效率高!需要TI的imglib库支持,imglib可以免费到TI网站下载!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4905
    • 提供者:夏天
  1. ShowPIcProject

    0下载:
  2. 对图像进行读取,DCT变换、IDCT变化,并计算PSNR值
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:393870
    • 提供者:kylin
  1. final

    0下载:
  2. H.264视频压缩代码中用线形汇编改写的dct、idct和quant\iquant部分-H.264 video compression using linear compilation of code to rewrite the dct, idct and part quantiquant
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4869
    • 提供者:李强
  1. fdctchange

    0下载:
  2. 图像变换算法,本代码实现普通DCT,快速DCT,快速IDCT算法-Image transform algorithm, the code to achieve common DCT, fast DCT, fast IDCT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:137438
    • 提供者:yan
  1. TDC_3

    0下载:
  2. This is a matrixl 8 * 8 discrete cosine transform (DCT) and inverse transform (IDCT) algorithms using VHDL realiz-This is a matrixl 8* 8 discrete cosine transform (DCT) and inverse transform (IDCT) algorithms using VHDL realiz
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:569
    • 提供者:helllano
  1. idct

    0下载:
  2. 这段程序是前面dct程序嵌入的逆过程,即进行信息的提取,从而获得置乱原始信息-Dct in front of this program is the reverse process of embedding process, namely, the extraction of information, thereby scrambling the original information obtained
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:755
    • 提供者:blazer
  1. mainidct0

    0下载:
  2. DCT IDCT 量子化变换DCT IDCT 量子化变换-DCT IDCT quanta
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2225
    • 提供者:yangtianhui
  1. dip4

    1下载:
  2. 对原始灰度图像进行图像压缩,对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换 -The original gray image compression, this map for 8 × 8 DCT transform, respectively, to retain only the DC coefficient, and to retain the former 4,8,16 months tr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:591
    • 提供者:potato
  1. DCT_IDCT

    0下载:
  2. This FDCT and IDCT C-source code. -This is FDCT and IDCT C-source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:402618
    • 提供者:MHM
  1. MATLAB-dct-and-idct

    2下载:
  2. 将图片进行8*8块的dct变换,以及8*8块的反变化恢复原图像-use 8*8 block dct to chang image, and use 8*8 block idct to renew image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:216354
    • 提供者:jiang jianxing
« 12 3 »
搜珍网 www.dssz.com