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

搜索资源列表

  1. SaveJPEG

    0下载:
  2. 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
  3. 所属分类:图形图象

    • 发布日期:2014-02-27
    • 文件大小:283686
    • 提供者:
  1. DIP程序

    0下载:
  2. 以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等-previous digital image processing operations, including the histogram, balanced and Sobel, values, FFT, IFFT, DCT, IDCT, 8 * 8DCT etc.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:72130
    • 提供者:李平
  1. DCT算法实现

    0下载:
  2. 普通DCT,快速DCT,快速IDCT算法的实现 vc程序 希望你喜欢!-ordinary DCT, fast DCT and IDCT algorithm for the rapid realization vc procedures hope you like!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:79620
    • 提供者:ddda
  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. 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. fpgaJPEGdcode

    1下载:
  2. 基于fpga的JPEG编解码器设计,采用流水线优化解决时间并行性问题,提高DCT/IDCT模块的运行速度。-based fpga JPEG codec design, the flow of time to solve optimization problems in parallel, enhance DCT / IDCT module of the operating speed.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6896091
    • 提供者:Janke
  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. DCTPROGRAM.ZIP

    0下载:
  2. it is verilog code for two dimentional dct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-06-14
    • 文件大小:18100
    • 提供者:suhu
  1. attachments_2010_01_29

    0下载:
  2. dct and idct vhdl code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:72887
    • 提供者:suhu
  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

    0下载:
  2. 读入一幅256*256图像,将它分成8*8pixel的若干块,对每块做DCT变换,保留Z型顺序的若干变换系数,进行IDCT重构图像,计算重构图像的信噪比-Reading a 256* 256 image, it will be divided into several blocks of 8*8 pixel, keep each optimal Z transformation of sequence number, IDCT transform coefficient calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2724
    • 提供者:jiangxin
  1. 593IDCT

    0下载:
  2. dct变换与dct逆变换,程序可以直接运行,代码中有详细注释,容易理解。-dct dct transform and inverse transform, the program can run the code in detail in notes, easy to understand.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:203586
    • 提供者:马文庆
  1. FreqCalculate

    0下载:
  2. 各种变换:// FFT() - 一维快速付立叶变换 // IFFT() - 一维快速付立叶逆变换 // Fourier() - 二维快速傅立叶变换 // IFourier() - 二维快速傅立叶逆变换 // DCT() - 一维快速离散余弦变换 // IDCT() - 一维快速离散余弦逆变换 // FreqDCT() - 二维快速离散余弦变换 // IFreqDCT() - 二维快速离散余弦逆变换,图象的二维离散小波变换-Var
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:6206
    • 提供者:lcy
  1. DCT_IDCT

    0下载:
  2. verilog code for DCT and IDCT (JPEG)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:63430
    • 提供者:Dang Tien Dat
  1. mirt_dctn

    0下载:
  2. steganography dct image algorithm. very useful for implementing dct and idct concepts in matlab-steganography dct image algorithm. very useful for implementing dct and idct concepts in matlab......
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3796
    • 提供者:varun
  1. DCT_IDCT

    0下载:
  2. H264/AVS中的离散余弦变换DCT以及反离散余弦变换IDCT的Verilog代码-H264/AVS the discrete cosine transform and inverse discrete cosine transform DCT IDCT of Verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:28351
    • 提供者:李柏祥
  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-25
    • 文件大小:216354
    • 提供者:jiang jianxing
  1. DCT

    0下载:
  2. 图像压缩。对图像进行DCT变换。 取灰度图,DCT,IDCT。-Discrete Cosine Transform of an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:484980
    • 提供者:yangtianyu
  1. DCT-Picture-Handler

    0下载:
  2. DCT,IDCT实例,可以学习下DCT对图片的处理相关工作,VC++源码-DCT, IDCT instance, can learn DCT for image processing-related work, VC++ source
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:4084883
    • 提供者:yan
  1. idct16psk

    0下载:
  2. generate mimo-ofdm using dct and idct matlab source code
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:12288
    • 提供者:ismi
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com