Welcome![Sign In][Sign Up]
Location:
Search - dct p

Search list

[Special Effects整数DCT(BinDCT)快速算法及其在图象压缩中的应用.pdf

Description:

整数DCT(BinDCT)快速算法及其在图象压缩中的应用.pdf


Platform: | Size: 138799 | Author: vvrobinham | Hits:

[Other resourceH.265_TMS320C64X_DEMO

Description: ZPAV(小名H265),凝集 形态,分形,模糊,小波,数字图象处理学 等数学精华, 我 感受到了她的威猛的能量,听到了她的呐喊!她如春雷, 震撼着 单薄数学(DCT+ME+HUFFMAN等)的MPEGxx和H26xx的古老统治! ZPAV (H.265) 基本算法 :V0,V6 用了 二维小波;V8 用了 三维小波;V9 用了 四维小波; P帧(ME) 使用了 小波域运动估计;声音(A0,A6,A8,A9), 运动矢量(MV) 使用了 广义小波。 ZPAV (H.265) 基本指标 :测试版平均MIPS为50M;D1<704*576>;25帧/秒; 通话场景约50 Kbits/秒;影视场景约100 Kbits/秒;B帧间距为2,4帧;前背景压缩比为1:2 。 声音约 4 ~~~ 128 Kbits/秒。
Platform: | Size: 2121134 | Author: 彭珍 | Hits:

[Compress-Decompress algrithmsH.265_X86_DEMO

Description: ZPAV(小名H265),凝集 形态,分形,模糊,小波,数字图象处理学 等数学精华, 我 感受到了她的威猛的能量,听到了她的呐喊!她如春雷, 震撼着 单薄数学(DCT+ME+HUFFMAN等)的MPEGxx和H26xx的古老统治! ZPAV (H.265) 基本算法 :V0,V6 用了 二维小波;V8 用了 三维小波;V9 用了 四维小波; P帧(ME) 使用了 小波域运动估计;声音(A0,A6,A8,A9), 运动矢量(MV) 使用了 广义小波。 ZPAV (H.265) 基本指标 :测试版平均MIPS为50M;D1<704*576>;25帧/秒; 通话场景约50 Kbits/秒;影视场景约100 Kbits/秒;B帧间距为2,4帧;前背景压缩比为1:2 。 声音约 4 ~~~ 128 Kbits/秒。 ZPAV (H.265) 实现语言 :C, MASM(MMX(X86)),DSP_ASM(DM64XX(TI),pnxNNNN(PHILIPS)), verilog(在开发中) 。
Platform: | Size: 2714774 | Author: 彭珍 | Hits:

[Multimedia programdct变换

Description:

该代码实现了DCT变换


Platform: | Size: 1363 | Author: colourtao | Hits:

[Algorithm2D-DCT变换

Description:

免费下载


Platform: | Size: 128664 | Author: liziqing | Hits:

[Exploitdct

Description: jpeg compression and expansion :P
Platform: | Size: 1024 | Author: gaurav | Hits:

[Compress-Decompress algrithmsDiscrete_Cosine_and_Sine_Transforms

Description: 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余弦变换(MDCT)的快速算法的研究.-This book, which is written very carefully, is a new monograph of Discrete Cosine Transform (DCT).The fifth chapter about the Integer Discrete Cosine/Sine Transforms is especially wonderful.
Platform: | Size: 2693120 | Author: 伍家松 | Hits:

[matlabdct

Description: 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( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:\ceshi\embedded.bmp )-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( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:\ceshi\embedded.bmp )
Platform: | Size: 1024 | Author: 123096321 | Hits:

[Graph programsignature

Description: 该目录包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。 需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。 NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。我们已经对 256灰度级,512×512大小的图像进行了测试。程序编译后的调用格式如下(以encode为例): wm_cox_e -s cox.sig -o wm_image.pgm image.pgm 其中,-s表示要添加的水印信号,cox.sig是信号文件。 -o表示输出图像文件名为wm_image.pgm, image.pgm为输入文件名。 几个辅助程序: cmp_pgm 计算差分图像,PSNR等 cmp_dct 计算全帧DCT域的差分图像 cmp_dct8x8 计算8×8大小的DCT域差分图像 比如说,为了产生两个PGM图像的差分图像并计算它们的PSNR,命令如下: cmp_pgm -p -i original.pgm -o diff.pgm watermarked.pgm 产生水印信号: gen_cox_sig -o cox.sig 程序将产生适合512×512大小,8-bit灰度的pgm图像的水印信号。 水印提取: wm_cox_d -s cox.sig -i lena.pgm -o cox.wm cox_lena.pgm 请注意,cox的算法需要原始图像做参考来提取水印,压缩后的水印将存储在cox.wm中。-This directory contains the C-based portable digital watermarking algorithm code. The code has a demonstration Of meaning, and there is a certain degree of robustness. NetPGM need to install the package (to access the pgm format images), and then to compile in linux below. NetPGM is the image file input/output package. Can search by. We have already 256 gray level, 512 × 512 size images were tested. Procedure call format, compiled as follows (in encode an example): wm_cox_e-s cox.sig-o wm_image.pgm image.pgm Which,-s that you want to add the watermark signal, cox.sig is the signal file. -O said output image file name wm_image.pgm, image.pgm for the input file name. Several auxiliary programs: cmp_pgm calculate the difference image, PSNR, etc. cmp_dct full frame DCT domain calculation of difference image cmp_dct8x8 calculate the size of 8 × 8 DCT domain differential image For example, in order to produce two PGM images and calculate their differ
Platform: | Size: 19456 | Author: sylvia | Hits:

[matlabAudio-Watermarking-in-DCT

Description: 本文在DCT噪声信号模型研究的基础上,提出了一种新的音频水印嵌入位置选择策略和一个应用该策略的自适应音频水印算法. 通过定义DCT系数的噪声敏感度,建立了水印嵌入位置和嵌入水印后的音频信号的听觉感知性之间的关系,根据音频水印的不可听性的要求选择最优的嵌入位置,然后调节水印强度来满足鲁棒性的要求,从而最大程度地保持音频水 印的不可听性和鲁棒性,为解决音频水印嵌入过程中不可听性和鲁棒性之间的矛盾提供了一种策略.-Though m any w orks in the literature agree that w aterm ark should be em bedded in the middle2fre2 quency coefficients or percep tually significant components, how to determ ine the position em bedded has no universal definition. A new em bedding strategy and an algorithm app lying the strategy are p roposed for audio w aterm arking in DCT dom ain based on research of DCT noise m odal. B y defining a noise sensitivity vector, a m ath relationship betw een the w aterm ark em beddable position and the audible quality of the audio file w ith w aterm ark is set up.
Platform: | Size: 873472 | Author: 郑杨 | Hits:

[Special EffectsDigital_Image_Process_Example

Description: 本展示程式,采用Borland C++ Builder编译器开发, 参考书籍为 Digital Image Processing, Prentice Hall, 2002. (2nd edition) 具备功能如下: 空间域处理 Spatial domain proc.. 灰阶值转换 Gray Level Trans.. 遮罩型滤波器 Spatial Filter 统计型滤波器 Statistics Filter 梯度运算子 Gradient Operator Canny 边缘侦测器使用梯度运算子 参考 Computer Vision Shapiro Stockman Prentice Hall P.300 杂讯产生器 Noise 影像空间转换 Translate 频率域处理Frequency domain proc.. 傅利叶转换 Fourier transform 显示FFT(DFT)频域影像 Show Fourier trans.. 频率域滤波器 Frequency Filter Ideal低频滤波器 Ideal高频滤波器 Butterworth低频滤波器 Butterworth高频滤波器 Gaussian低频滤波器 Gaussian高频滤波器 离散余弦转换 DCT transform 显示DCT频域影像 Show Fourier trans.. DCT量化器 DCT Quantization (P441)霍夫曼编码实作-The show program using Borland C++ Builder compiler development, The reference books Digital Image Processing, Prentice Hall, 2002. (2nd edition) Have the following functions: Space domain processing Spatial domain proc .. Grayscale value conversion Gray Level Trans .. Spatial Filter mask filter Statistics Filter statistical filter Gradient operator Gradient Operator Canny edge detector using the gradient operator Reference Computer Vision Shapiro Stockman Prentice Hall P.300 Noise Generator Noise Image space conversion Translate Frequency domain processing Frequency domain proc .. Fourier transform Fourier transform Display FFT (DFT) frequency domain imaging Show Fourier trans .. Frequency domain filter Frequency Filter Ideal low-pass filter Ideal high-frequency filter Butterworth low-frequency filter The Butterworth high frequency filter Gaussian low-pass filter The Gaussian high frequency filter The discrete cosine transform D
Platform: | Size: 1949696 | Author: 章竣尧 | Hits:

[Compress-Decompress algrithmsDCTJPEG

Description: blkproc.m,DCHuffmanEncoding.m,ACHuffmanEncoding.m,zigzag.m,PSNR.m, 对灰度图像进行DCT变换,量化,ZigZag扫描,Huffman编解码,反量化,反DCT变换而重建图像。 其中,blkproc.m为分块DCT变换函数; DCHuffmanEncoding.m,ACHuffmanEncoding.m分别为DC和AC变换系数的Huffman码表函数; zigzag.m为ZigZag扫描函数;PSNR.m为求图像峰值信噪比函数。 Copyright 2008 Reserved @ Wang Chengyou @ Tianjin University, P.R.China. -This function tests the DCTJPEG codec
Platform: | Size: 3072 | Author: 吴魏 | Hits:

[matlabques12

Description: . Write MATLAB code that will do the following. (a) Apply DCT on an image and obtain the o/p (b) On the DCT image apply quantization using standard quantiser. (8×8) (c) Apply IDCT to retain back the image. Apply Hoffman compression -. Write MATLAB code that will do the following. (a) Apply DCT on an image and obtain the o/p (b) On the DCT image apply quantization using standard quantiser. (8×8) (c) Apply IDCT to retain back the image. Apply Hoffman compression
Platform: | Size: 51200 | Author: Rokibul Ahmed | Hits:

[VC/MFCDCT

Description: ElGamal algorithm not only used for data encryption can be used for digital signatures, their safety depends on the calculation of a finite field discrete logarithm this problem. Key to the method. First of all, choose a prime number p, the two random numbers, g and x, g, x <p, computing y = g ^ x (mod p), for its public key y, g and p. Private key is x. g and p by a group of users to share. ElGamal for digital signatures. Information was signed M, first choose a
Platform: | Size: 512000 | Author: HamzaAnwer | Hits:

[WaveletDCT

Description: 这段程序是,J(p,q)代表的二值水印图像,二值水印图像的像素值只有0和1,所以if J(p,q)==0,a=-1 ,是如果水印图像像素值是0的话,让a=-1,当水印像素值为1的话,让a=1,我个人认为是为了提取时候好提取-DCT digital watermark embedding and extraction of
Platform: | Size: 1024 | Author: 王思 | Hits:

[Delphi/CppBuilderDiscrete-cosine-K.R.RAO-P.YIP

Description: This the first comprehensive treatment of the oretical aspects of the discrete cosine transform (DCT), which is being recommended by various standards organizations, such as the CCITT, ISO etc., as the primary compression tool in digital image coding. The main purpose of the book is to provide a complete source for the user of this signal processing tool, where both the basics and the applications are detailed. An extensive bibliography covers both the theory and applications of the DCT. The novice will find the book useful in its self-contained treatment of the theory of the DCT, the detailed description of various algorithms supported by computer programs and the range of possible applications, including codecs used for teleconferencing, videophone, progressive image transmission, and broadcast TV. The more advanced user will appreciate the extensive references. Tables describing ASIC VLSI chips for implementing DCT, and motion estimation and details on image compression boards are also provided.-This is the first comprehensive treatment of the theoretical aspects of the discrete cosine transform (DCT), which is being recommended by various standards organizations, such as the CCITT, ISO etc., as the primary compression tool in digital image coding. The main purpose of the book is to provide a complete source for the user of this signal processing tool, where both the basics and the applications are detailed. An extensive bibliography covers both the theory and applications of the DCT. The novice will find the book useful in its self-contained treatment of the theory of the DCT, the detailed description of various algorithms supported by computer programs and the range of possible applications, including codecs used for teleconferencing, videophone, progressive image transmission, and broadcast TV. The more advanced user will appreciate the extensive references. Tables describing ASIC VLSI chips for implementing DCT, and motion estimation and details on image compression boards
Platform: | Size: 20508672 | Author: 张超 | Hits:

[Special EffectsH264BSAnalyzer-master1

Description: DCT变换,H.264解析软件,比较好用,能解析出I帧,P帧,B帧(DCT transform ,h.264,P frame,B frame, i Frame)
Platform: | Size: 30537728 | Author: echoxiaoxiao | Hits:

CodeBus www.codebus.net