搜索资源列表
funnyPShop
- Image filtering algorithm implementation using MFC. It supports LPF, HPF, making/remove noize, opening, erosion, dilation, making binary image, thinning, wavelet transform, DCT/IDT, hardamard transform, motion estimation with 2 iamges -Image filterin
funnyPShop
- Image filtering algorithm implementation using MFC. It supports LPF, HPF, making/remove noize, opening, erosion, dilation, making binary image, thinning, wavelet transform, DCT/IDT, hardamard transform, motion estimation with 2 iamges -Image filterin
funnyPShop
- Image filtering algorithm implementation using MFC. It supports LPF, HPF, making/remove noize, opening, erosion, dilation, making binary image, thinning, wavelet transform, DCT/IDT, hardamard transform, motion estimation with 2 iamges -Image filterin
MFCpic
- 一个MFC编写的对话框图像分析程序,可以进行bmp图像的FFT和DCT分析-Write a MFC dialog image analysis program, can be bmp image analysis of the FFT and DCT
DCTBMP
- 在MFC的环境下实现一个DCT变换,将LENA图读入到并显示,之后设置DCT参数,点击转换,再显示出来的就是做过DCT变换以及逆变换之后显示的lena图。运行时候需要做修改:将DCTBMPView.cpp第127行图像读入路径修改一下,再运行。-In the MFC environment to achieve a DCT, LENA figure will read into and displayed, and then set the DCT parameters, click Conve
watermark123
- 实现基于DCT域的数字水印技术,可以实现水印的嵌入和提取,并具有很好的鲁棒性,mfc开发,可以在此基础实现二次开发-Based on DCT domain digital watermarking technology, we can achieve watermark embedding and extraction, and has good robustness, mfc development can be achieved on the basis of secondary devel
MLCC
- Calculate Mel-frequency cepstral coefficients by: - take the absolute value of the STFT - warp to a Mel frequency scale - take the DCT of the log-Mel-spectrum - return the first <ncep> components