搜索资源列表
jpeg
- the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transform
DCT
- 将图象分块(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.
3971017DCT
- 对原始灰度图像 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 diagram 8 8
jpeg
- jpeg compression , use DCT, Zigzag, Quantization,IDCT, InvZigzag, huffman to do the compression with matlab
Myproject
- It is a laboratory work from bsuir, where foto can be normilized by brightness, contrast, algorithm JPEG, dct idct
mirt_dctn
- steganography dct image algorithm. very useful for implementing dct and idct concepts in matlab-steganography dct image algorithm. very useful for implementing dct and idct concepts in matlab......
idct2dim_ib002
- This program computes the 2D IDCT as per the equation. The result matches the output of the built-in Matlab function.Good for analysis.
DCT
- DCT and IDCT code in matlab.
ques12
- . 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 -. Writ
jpeg
- It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
dct
- dctt/idct image compression with matlab
idct16psk
- generate mimo-ofdm using dct and idct matlab source code