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

搜索资源列表

  1. MYDCT-Qwx

    0下载:
  2. 我自己写的DCT变换,8*8点的,采用FFT算法完成快速的DCT-I wrote it myself DCT, 8 * 8 o'clock, FFT algorithm rapid completion of the DCT
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:50.12kb
    • 提供者:邓云
  1. DCT-transform

    0下载:
  2. 这是一个非常有用的DCT变换的原代码,用c语言编写,希望对大家有帮助。-This is a very useful DCT's original code using the c language, and I hope to be helpful.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:131.15kb
    • 提供者:何忠
  1. DCTtranseform

    0下载:
  2. 图像压缩用的DCT变换,相信对你一定很有用的。-image compression with the DCT, I believe you will very useful.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:49.14kb
    • 提供者:yuezhichn
  1. 任意2的幂次方长度数据快速dct

    0下载:
  2. 一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码-general fast DCT algorithm only 8:00 and 16:00, and here I am of arbitrary length (two of the power law) DCT fast algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:罗永
  1. dct.rar

    1下载:
  2. 本人根据公式用VC++做出的DCT变换源码,解说清楚。转换矩阵8*8,计算结果与MATLAB计算结果比较,两者几乎一样(相差仅 0.001),估计是计算误差,经过我的实践证明并不影响使用。,According to the formula I use VC++ source code to the DCT transform, to clarify. Conversion matrix 8* 8, the calculation results compared with the MATLAB
  3. 所属分类:图形图象

    • 发布日期:2013-05-21
    • 文件大小:900byte
    • 提供者:公孙小龙
  1. DCT

    1下载:
  2. 视频处理中经常需要进行DCT变换,这是本人自己编写的、可以对图像样点进行一维和二维的DCT变换-Video processing often require DCT transform, which is I have written, you can kind of image points of one-dimensional and two-dimensional DCT transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-21
    • 文件大小:8.96kb
    • 提供者:tobetter
  1. DCT

    0下载:
  2. 这是我一个DSP实习,用汇编语言编实现离散余弦变换(DCT)的DSP程序设计。它有详细的设计流程、仿真结果,有完整的模块源码。其中有工程文件,和一个WORD文档,相信能让你清新的了解设计过程,掌握汇编设计离散余弦变换!-This is my internship a DSP using assembly language for the realization of discrete cosine transform (DCT) of DSP programming. It has a deta
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:165.89kb
    • 提供者:SUN
  1. dct

    0下载:
  2. 利用快速付立叶方法实现快速余弦变换,并有实现例程-Fast Fourier method using fast cosine transform, and the achievement of routine
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:郭亚平
  1. dct

    0下载:
  2. a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it -a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:787byte
    • 提供者:anup
  1. Hybridmo

    0下载:
  2. Hybrid Model to Detect Zero Quantized DCT Coefficients in H.264 Hanli Wang, Student Member, IEEE, and Sam Kwong, Senior Member, I-Hybrid Model to Detect Zero Quantized DCT Coefficients in H.264 Hanli Wang, Student Member, IEEE, and Sam Kwong,
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:434.58kb
    • 提供者:nagarjuna
  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
    • 文件大小:3.85mb
    • 提供者:Jackie
  1. dct

    0下载:
  2. 在一个图像块中调整两个(或多个) DCT系数的相对大小。将描述一个使用数字图像作为载体的系统。在编码处理中,发送者将载体图像分成8×8的像素块,每一块只精确地编码一个秘密信息位。嵌入过程开始时,首先伪随机地选择一个图像块bi,用它对第i个消息比特进行编码。令Bi=D{bi}为DCT变换后的图像块。 在通信开始前,发送者和接收者必须对嵌入过程中使用的两个DCT系数的位置达成一致,让我们用(u1,v1)和(u2,v2)来表示这两个索引。这两个系数应该相应于余弦变换的中频,确保信息保存在信号的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.46mb
    • 提供者:ljh
  1. encodinganddecoding

    0下载:
  2. 实现对视频图像的游程编码和解码。过程包括:二维DCT变换、量化及游程编码。 一般来讲对于视频的I帧进行恢复,其信噪比可达到38DB以上。-Implementation of the video image encoding and decoding run-length. Process includes: two-dimensional DCT transform, quantization and run-length encoding. In general, I frame for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:6.78kb
    • 提供者:zrs
  1. dct

    0下载:
  2. M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:\ceshi\yuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:\ceshi\logistic_nuaa64.bmp ) figure imshow(J) xlabel(
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:517byte
    • 提供者:123096321
  1. signature

    0下载:
  2. 该目录包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。 需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。 NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。我们已经对 256灰度级,512×512大小的图像进行了测试。程序编译后的调用格式如下(以encode为例): wm_cox_e -s cox.sig -o wm_image.pgm image.pgm 其中,-s表示要
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:18.84kb
    • 提供者:sylvia
  1. dct

    0下载:
  2. 图像压缩 dct 一个图像预测编码(DCT)的简单程序-I own an image prepared by the Predictive Coding (DCT) the simple procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:10.68kb
    • 提供者:黄天华
  1. dct

    0下载:
  2. 实现dct操作\彩色和差,实验市场供应所需时模式的不发求的我有一-Operation to achieve dct \ color and poor experimental model when market supply is not required to send a request, I
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1.22kb
    • 提供者:yanyonglai
  1. DCT

    0下载:
  2. 这个是一个离散余弦变换的反变换的程序代码,都是我自己写的并且验证过的程序,有需要的人可以去下载来-This is a discrete cosine transform, inverse transform code, I wrote it myself and verification procedures, people in need can go to download to see
  3. 所属分类:Wavelet

    • 发布日期:2017-04-09
    • 文件大小:304.4kb
    • 提供者:覃松
  1. dct

    0下载:
  2. 图相多描述编码matlab仿真 多描述编码的matlab仿真,本科生的毕业设计 生成图像后计算psnr > J=imread( 两描述都收到后重建的图像.bmp ) PSNR(I,J) ans = 32.3290 >> J=imread( 描述1重建后的图像.bmp ) >> PSNR(I,J) ans = 28.7011 >> J=imread( 描述2重
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.29mb
    • 提供者:zjj
  1. DCT变换图片压缩

    0下载:
  2. 里面要求实现基于DCT变换的图片压缩程序,基本上复制以后就可以直接运行。值得一提的是,我里面直接调用了三个个外部的包,如果用eclipse编译器或者其他的话,需要在偏好设置中自行设置,否则会报错。具体设置可以自行百度,很简单的(It requires the implementation of image compression program based on DCT transform. After copying, it can run directly. It is worth ment
  3. 所属分类:多媒体

    • 发布日期:2018-04-21
    • 文件大小:4kb
    • 提供者:tiger12312
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com