-
-
[
C/C++]
dct_jpeg.rar
jpeg DCT transformation procedure. For front to the DCT
floating point calculation, it must be more precise than the integer
operation. This procedure is only suitable for 8脳8 block
transformation.
-
-
[
Asm]
mdct36.zip
ADI-BF535 DSP that DCT (MDCT) compiled 36 points optimization calculation source
-
[
Visual C++ (VC++)]
DCT_2008.rar
Commonly used in digital image processing of the DCT algorithm is a variant of Fourier transform, VC preparation that contains complete source code and examples of image
-
[
Matlab]
watermark.rar
This is a complete range of digital image watermarking algorithm procedure, which also realize the dct, fft, as well as to improve the watermarking algorithm, transplantation procedures and good
-
[
Matlab]
co_matrix.rar
matlab extract prepared DCT section of the source domain co-occurrence matrix
Category:
matlab Upload User:
czgwww1 Size:
1K
-
[
Matlab]
ImageCompressionUsingDCT.rar
The discrete cosine transform (DCT) is a technique for converting a signal into elementary
frequency components. It is widely ... . Here we develop some simple
functions to compute the DCT and to compress images.
These functions illustrate the power of ...
Category:
matlab Upload User:
roman168 Size:
61K
-
-
[
Visual C++ (VC++)]
DImageProcess.rar
Integrated image processing, such as filtering, wavelet transform, DCT, FET, projection, and poor shadow method, contour extraction, low-pass filtering, high pass filtering, image translation, rotation, gray transformation, gray stretch, image expansion , ...
-
[
Matlab]
JPEG.rar
The realization of JPEG compression and coding (1) First of all, through the DCT transform to remove data redundancy (2) the use of quantization table of quantization DCT coefficients (3) of the coefficients after quantization Huffman coding.