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

Search list

[Special EffectsmatlabDCTwatermark

Description: 基于8×8分块得数字水印嵌入和提取算法。此算法已经通过调试,可以直接运行-Based on 8 × 8 sub-blocks have digital watermark embedding and extraction algorithm. This algorithm has been through debugging, you can directly run
Platform: | Size: 1024 | Author: 严巍 | Hits:

[Special Effectsmy_dct

Description: 用matlab做的基于DCT变换的图像压缩源码,先把图像分成8X8 的子块,然后做DCT变换,再量化,在恢复重建图像-Using matlab to do DCT-based transform image compression source code, first image is divided into 8x8 sub-block, and then make DCT transform, and then quantified, at the resumption of the reconstructed image
Platform: | Size: 1024 | Author: 张子木 | Hits:

[Graph programtuxiangbianhuan

Description: 图像变换 将图象分块(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
Platform: | Size: 17408 | Author: 陈杰 | Hits:

[Special Effectsdctwatermark

Description: DCT水印,简单实用,基于8*8分块的DCT域水印嵌入算法水印图像为64*64-DCT watermark, simple and practical, based on the 8* 8 sub-block DCT domain watermark image watermark embedding algorithm is 64* 64
Platform: | Size: 1024 | Author: 张涛 | Hits:

[Graph programtest3

Description: 编程实现基于8×8子块的DCT图像变换,基于JPEG量化矩阵的量化与反量化,基于8×8子块DCT的图像重建;以一幅512×512、8比特/象素的图像为实验对象,计算重建后的PSNR。-Programming based on 8 × 8 sub-block of the DCT image transform, quantization matrix based on the JPEG quantization and anti-quantitative, based on the 8 × 8 sub-block DCT of the image reconstruction to a 512 × 512,8 bits/as Su-image for the experiment, re-calculation of PSNR.
Platform: | Size: 111616 | Author: zfyplay | Hits:

[Special Effectshw2

Description: 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换. 2.对源图像进行K-L转换 1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2.. Apply DCT to these sub images, and get the transformed image D with DCT coefficients for elements. 3. From D, keep the coefficient values for only upper left triangular region and set zeros for lower right region to approximate the image. (That is, only half of data is used.) 4.Take Inverse DCT to get the approximated image. 2 . Get the covariance matrix of image. 3 . Calculate the corresponding eigenvectors and eigenvalues. 4 . Represent the original image with Singular Value Decomposition. 5 . Approximate the image by taking off the 4 smallest eigenvalues. (That is, only half of information is used.)
Platform: | Size: 1024 | Author: zhengyan | Hits:

[matlabDCT

Description: 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress.
Platform: | Size: 7168 | Author: zy | Hits:

[Special Effectsmatlab-code

Description: 对数字图像处理中的离散傅里叶变换(DFT),离散余弦变换(DCT)进行了详细的分析。其中DFT包括log视觉处理,中心点移动等。DCT包括分块处理,和保留较少系数,并比较结果。-Digital image processing of the discrete Fourier transform (DFT), discrete cosine transform (DCT) for a detailed analysis. DFT which include the log of visual processing, the center of movement. Including sub-block DCT processing, and retention of small coefficients, and compare the results.
Platform: | Size: 390144 | Author: pxjy | Hits:

[matlabtuxiangyasuo

Description: (1)试利用函数dct2,对该图像进行压缩。压缩时可尝试对DCT 变换后的系数采用不同取舍方法,比较其压缩性能。(函数dct2在matlab本身是有的,可以help dct2看看) (2)结合课本例8.7.2 的量化方法,对每一个经DCT变换后的8×8 矩阵量化(Huffman编码部分可省略),从而实现图像压缩。在一定压缩比的情况下,和⑴给出的图像质量相比较。 (3)用所给的子子程序fast_LOT.m 实现对该图像的变换与压缩,并和(1)得出的图像质量相比较-(1) Test using function dct2, the image is compressed. The compression can try to adopt different choices, the DCT transform coefficients after comparing its compression performance. (Function dct2 the matlab itself is some help dct2 see) (2) combined with the textbook cases 8.7.2 of quantitative methods, 88 each DCT transform matrix quantization (Huffman encoding part can be omitted) thereby achieving the image compression. In the case of a certain compression ratio, and the image quality given by the ⑴ compared. (3) with the given sub-subroutine fast_LOT.m transform and compress the image, and (1) gives the image quality compared
Platform: | Size: 201728 | Author: zrf | Hits:

[Special EffectsMATLAB数字水印[dwt+dct多攻击+GUI界面]

Description: 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This topic is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method comparison digital watermarking system. With GUI interface. There is a main interface GUI, which can call the sub interface of DWT method and DCT method. The process includes: reading host image and watermark image, embedding, attack of various methods (cutting, adding noise, rotation, etc.), extracting, and finally evaluating the robustness of different attacks by using PSNR peak signal-to-noise ratio.)
Platform: | Size: 32044032 | Author: www.wobishe.com | Hits:

[Special EffectsDCT,DWT,DFT,LSB数字水印MATLAB+GUI界面

Description: 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This project is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method contrast digital watermarking system. With GUI interactive interface. There is a main interface GUI, which can call the sub interfaces of DWT method and DCT method. The process includes: reading host image and watermark image, embedding, attacks of various methods (cutting, adding noise, rotation, etc.), extracting. Finally, PSNR peak signal-to-noise ratio is used to evaluate the robustness of different attacks.)
Platform: | Size: 10000384 | Author: MATLAB道长 | Hits:

CodeBus www.codebus.net