CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 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变换的程序

    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. idct

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

    • 发布日期:2008-10-13
    • 文件大小:1250
    • 提供者:宫曙光
  1. DCT&IDCT变换

    0下载:
  2. 实行针对图像的DCT以及IDCT变换的源程序。-instituting image DCT and IDCT transformation of the source.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:791964
    • 提供者:钟祖豪
  1. JPEG图片编解码程序

    1下载:
  2. JPEG图片编解码程序,包括读头文件和DCT,IDCT变换等等。,JPEG image codec procedures, including the first reading of documents and DCT, IDCT transform and so on.
  3. 所属分类:图形图象

    • 发布日期:2014-06-30
    • 文件大小:387175
    • 提供者:张朝
  1. tuxiangbianhuan.rar

    1下载:
  2. 图像变换 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩,Image transform to image sub-block (8* 8), for the DCT transform, and IDCT: DCT is a separable transform image to image compression coding, IDCT used to extract
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:17551
    • 提供者:陈杰
  1. project2.rar

    0下载:
  2. 数字图像处理的实验 DCT IDCT变换 灰度变换 锐化等等,Digital image processing experiments DCT IDCT transform gray-scale transformation sharpening, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:972
    • 提供者:Alex
  1. YUVdct

    0下载:
  2. YUV序列打开,DCT变换,IDCT变换、量化、反量化等操作-YUV sequence of open, DCT transform, IDCT transform, quantization, inverse quantization operation
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:64878
    • 提供者:王瑾
  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-29
    • 文件大小:137438
    • 提供者:yan
  1. FDTCandIDTC

    0下载:
  2. IDCT,FDCT,以及霍夫曼编码,可以比较原始块和编码后的输出块间的误差-IDCT, FDCT, as well as the Huffman code, you can compare the original block and the code after the error between the output block
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:3251
    • 提供者:林和
  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. Final_28Nov

    0下载:
  2. 2D-DCT 压缩图像后,通过QPSK,AWGN信道编码传输后,IDCT解压缩回原始图像,适用于任何图像-Using DCT to compress the orginal image, I use zigzag program, quantization, dct compression, then change the vector to bineary bit to pass through the QPSK channel. And from the binary array, I us
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4036532
    • 提供者:Jackie
  1. mainidct0

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

    • 发布日期:2017-04-07
    • 文件大小: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. 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. This FDCT and IDCT C-source code. -This is FDCT and IDCT C-source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小: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-25
    • 文件大小:216354
    • 提供者:jiang jianxing
« 12 3 4 5 »
搜珍网 www.dssz.com