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

搜索资源列表

  1. DCTiDCT

    0下载:
  2. DCT-IDCT algorithm and codes
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:83747
    • 提供者:ozcan
  1. FDCT

    0下载:
  2. VC++图像DCT快速变换演示源码,一共演示了普通DCT、快速DCT、快速IDCT算法的实现,效果还不错-VC++ image DCT fast algorithm demo source code, demonstrates a total ordinary DCT, fast DCT, fast IDCT algorithm, results were pretty good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:74207
    • 提供者:
  1. DCT_IDCT

    0下载:
  2. 视频编码中,二维IDCT和DCT变换-two-demension in IDCT and DCT in video coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1495
    • 提供者:apple
  1. videowatermarkDCT

    0下载:
  2. 一个基于DCT系数的视频水印嵌入程序,读取yuv文件,提取其中的若干帧,然后对每帧做DCT变换,在中低频修改系数值,然后做IDCT,再把每帧图像组成YUV格式播放。-DCT coefficients of a video-based watermark embedding program, read the yuv file, extract the number of frames, and then do each frame DCT transform coefficients in th
  3. 所属分类:VOIP program

    • 发布日期:2017-03-28
    • 文件大小:1574
    • 提供者:岳恒立
  1. Transform

    0下载:
  2. 快速傅里叶变换、快速傅里反叶变换、快速余弦变换、快速余弦反变换,FFT,IFFT,DCT,IDCT-Fast Fourier transform and fast cosine transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2899
    • 提供者:Arnoneo
  1. dctidct

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

    • 发布日期:2017-04-07
    • 文件大小:2271
    • 提供者:kartik
  1. Axi_mux

    0下载:
  2. The elements come from the necessity of creating generic modules, in the verification phase, for this widely used protocol. These primitives are presented as a not compiled library written in SystemC where interfaces are the core of the lib
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:42182
    • 提供者:Paul Stephen
  1. idct2dim_ib002

    0下载:
  2. This program computes the 2D IDCT as per the equation. The result matches the output of the built-in Matlab function.Good for analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:563
    • 提供者:Alias2010
  1. fdct

    1下载:
  2. VC++实现的DCT、IDCT图像变换与反变换,分为普通和快速模式-VC++ implementation of the DCT, IDCT transform and inverse transform the image is divided into normal and fast mode
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6146617
    • 提供者:sunzeng
  1. idct

    0下载:
  2. invert discret cosinus transformation VHDL code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3096
    • 提供者:abdelkader
  1. DCT-a-IDCT

    0下载:
  2. Discrete Cosine Transformation and Inverse Discrete Cosine Transformation written using C++. Helpful if you are intrested in image processing using C++.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3196
    • 提供者:alien muzik
  1. image3

    0下载:
  2. compression of images using programs with DCT transform et decompression using IDCT
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2503
    • 提供者:manou
  1. DCT

    0下载:
  2. DCT and IDCT code in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:73925
    • 提供者:priya
  1. Quantization-for-DCT

    0下载:
  2. 量化离散余弦变换系数的程序实现及其效果的检测。过程中使用了8x8的分块方法。首先计算每块的离散余弦变换(DCT);然后量化了DCT的系数; 最后进行了反离散余弦变换(iDCT). 程序中还可以设定缩放系数。-Quantify the discrete cosine transform coefficients procedure and its effect detection. The process used in the 8x8 sub-block method. First calcul
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:522
    • 提供者:Adam_Z
  1. dct

    0下载:
  2. 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:564222
    • 提供者:cky
  1. DCT

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

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

    0下载:
  2. 一个简单的图像DCT变换和反DCT变换 没有注释-A simple image DCT and inverse DCT transform
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:944
    • 提供者:刘超洋
  1. Tmmxxrarh

    0下载:
  2. 使用MMX的IDCT算法。Uses MMMX the IDCT algorithm -Use MMX IDCT algorithm. Uses MMMX the IDCT algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:4708
    • 提供者:luissh
  1. Mmedctto

    0下载:
  2. 修改过的,用线形汇编改写的DCT,QQUANT,IDCT,IQUANT,代码 -The modified, linear assembler rewritten DCT, QQUANT, IDCT, IQUANT code
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:4947
    • 提供者:海的
  1. Some-basic-transformations-in-MATLAB

    0下载:
  2. 图像处理的一些基本变换,FFT,IFFT,DCT,IDCT,小波变换,哈夫曼编码等的MATLAB程序代码。-Some basic image processing transform, FFT, IFFT, DCT, IDCT, wavelet transform, Huffman coding MATLAB program code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:838656
    • 提供者:Hopre
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com