搜索资源列表
RWJpegExp
- MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
DCT
- MFC下做的图像DCT变换程序,可以对彩色图像进行DCT变换,有MFC界面,对初学者有用-MFC to do the image under the DCT transform process can be DCT-color images, there is MFC interface, useful for beginners
23825792DCT
- MFC下做的图像DCT变换程序,可以对彩色图像进行DCT变换,有MFC界面,对初学者有用-Under the MFC to do the image DCT transform process can be DCT-color images, there are MFC interface, useful for beginners
DCT
- 用MFC对一个视频或者图像进行DCT变换-With MFC or image on a DCT-video
DCT-transformation
- 利用mfc实现DCT变换,程序简单可读性强,适合初学者使用-Mfc DCT transform, readable simple procedures, suitable for beginners to use
DCTaIDCT
- 这是在VS2010平台上编写的MFC应用程序,采用单文档模式,用四种不同的方法实现图像的DCT(离散余弦变换)以及IDCT变换,支持8*8分块儿变换-This MFC application written in VS2010 platform, a single document mode, using four different methods to achieve image DCT (discrete cosine transform) and IDCT transform and s
Bmp vs jpeg
- VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用