搜索资源列表
zig_zag__example
- dct algorithn包含zig-zag scan以及壓縮編碼等功能-dct algorithn contains zig-zag scan as well as features such as compression coding
mt_write
- matrix dct write on the hardware
dctANDidct
- 用java实现二维dct变换及其idct逆变换,-The realization of two-dimensional transform and its inverse transform dct
DCT
- 原始影像離散餘弦轉換處理程式,含ForwardDCT與InverseDCT兩種方法。-Discrete cosine converting the original image processing program, including ForwardDCT with InverseDCT two ways.
sp_java_applets_src
- Java applets that visualize signal processing operations: FFT, DCT, WHT transforms and 1-D FIR filtering.
ImageFreqCipher
- 一种频域加密算法,图像经过DCT变换得到DCT系数,然后对DCT系数进行加密。然后对加密的DCT系数进行DCT反变换图像数据。最后对其加密后的图像数据进行线性变换来调整图像数据的取值范围在[0,255]。最后得到加密图像-A frequency-domain encryption algorithm, the image obtained through the DCT transform DCT coefficients, and then encrypt the DCT coefficien
FreqWatermark
- 一种基于DCT的扩频水印算法,本算法通过对水印信息进行扩频,在原始载体图像的DCT域内进行水印嵌入。-DCT-based spread spectrum watermarking algorithm, the algorithm is spreading through the watermark information in the original carrier image of the DCT domain for watermark embedding.
image.java.tar
- 实现对图片数字水印的添加和缩放,并且包含数字和图片水印的添加。而且增加了缩放功能。-Implementation of digital watermarking to add the picture and zoom, and includes figures and images watermark to add. And increased the zoom feature.
MainJpeg
- Example of codification of a JPEG block (DCT,Quantizer,ZigZag,Huffman)
dct-image-compression
- 裡面有包含圖片跟jpeg壓縮的主要程序DCT的演算法,會秀出作dct轉換的前後圖片-Contains a picture inside the main program with the jpeg compression algorithm DCT will be showed off pictures before and after conversion for dct
Nouveau-dossier
- java class for image watermarking, differnet Algorithm included such DCT LSB,...etc We hope to useful -java class for image watermarking, differnet Algorithm included such DCT LSB,...etc We hope to useful
DCT
- 用JAVA实现的离散余弦变换,离散余弦变换是各种压缩算法用到的-JAVA Implementation of Discrete Cosine Transform, Discrete Cosine Transform is used in a variety of compression algorithms
ImageProcess2
- 用JAVA语言实现的一个数字图像的傅立叶变换和离散余弦变换。用到了傅立叶变换的快速算法FFT和离散余弦变换DCT。 -JAVA programming language to achieve a digital image of the Fourier transform and discrete cosine transform. Use of the Fourier transform, fast algorithm FFT and discrete cosine transform D
dct-watermark-master
- 数字水印嵌入,检出。隐藏数字水印,实现版权保护,非法拷贝等检测(Digital watermark embedding and detection. Hidden digital watermarks, for copyright protection, illegal copies, such as testing)
java-Speech-preprocessing-master
- java实现MFCC系数的提取,包括FFT运算和DCT运算,mel滤波器的设计等(The extraction of MFCC coefficient by Java)