搜索资源列表
MPEG2-decode
- 基于intel IPP的MPEG2视频解码器,对反离散余弦变换和运动补偿进行了优化,可轻松胜任1920×1088分辨率的视频解码-The mpeg2 decoder based on intel IPP optimize IDCT and motion compensation and decode the 1920*1088 resolution of video easliy.
mulscal_edge
- 我编写的一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像; -I prepared a multiscale edge detection example, the method is : 1, the first three images scale wavelet transform; 2, wavelet coefficients fo
fdct
- 图像压缩中的快速DCT变换及其反变换的原理与实现
ac_dc2
- 该程序用于验证DC矩阵与AC矩阵之间DCT变换与反变换之间的关系。X=Xdc+Xac 将DC矩阵和AC矩阵分别反变换后变成Xdc和Xac AC矩阵就是将Y[0][0]置为零后的DCT矩阵 DCT=Y=A*X*At-the procedures used to validate DC and AC Matrix between DCT and inverse transform the relationship between. X = Xdc Xac to DC and AC matrix-ma
dct2
- 该程序用于实现h.264中的DCT变换、量化、反DCT变换、反量化 采用了h.264白皮书中介绍的算法-the procedures used to achieve h.264 of DCT, quantization, anti - DCT, quantization using the anti-h.264 White Paper introduced by the algorithm
MATLAB_forspeech.rar
- 采用MATLAB分析WAV文件。 步骤一:选择一个WAV文件作为分析的对象 。(ding.wav) 步骤三:进行 FFT变换并画频域图形 。 步骤四:进行该声波主要频谱的分析。 步骤五:根据该声音的频谱,反演时域图形 。(有失真) 步骤六:进行付立叶逆变换IFFT并画频域图形 。,WAV file analysis using MATLAB. Step One: Select a WAV file as the target of analysis. (Ding.wav) Step
DCT2IDCT
- 适合于MPEG2/H.264的DCT变换和反变换源码程序,并且可以输出中间结果和输出到文件中。-The DCT transform for MPEG2/H.264 and inverse transform source programs, and can output intermediate results and output to a file.
H264DCT_SSE2
- 完全利用SSE2汇编指令实现的H.264的色度信号的DCT变换和量化、反量化和反变换程序,包含Hardamard变换-Fully implemented using SSE2 assembler instructions H.264 DCT chrominance signal transform and quantization, inverse quantization and inverse transform process, including Hardamard transform
frft
- 实现分数傅里叶变换及其反变换,并在音频中嵌入和提取水印-audio watermarking by fractal fourier transform
Image-Compression
- DCT变换1、 提取彩色图像,将图像大小限制为512* 3; 2、 提取彩色图像三个颜色分量的矩阵,每个矩阵单独处理; 3、 将矩阵分为8*8的块,做DCT变换; 4、 提取每个块的一部分DCT系数做IDCT变换,显示基本图像; 5、 再提取每个块的一部分DCT系数做DCT反变换,得到增强层1,与前一次得到的数据叠加,得到质量更好的图像。 -DCT transform