Welcome![Sign In][Sign Up]
Location:
Search - compress image bmp

Search list

[Graph program图像处理课程设计

Description: 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i. Open 256-color BMP image file formats : ii. the Fourier Transform Image : iii. histogram equalization : iv. Image median filtering v. Image Edge Detection vi. Geometric Transforms vii. Huffman coding View : viii. histogram View ix. Huffman compression method used to compress images and generate compressed files another lesson based papers and important module flowchart. There will be some reference value
Platform: | Size: 848700 | Author: 斯蒂芬 | Hits:

[Graph program图像处理课程设计

Description: 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i. Open 256-color BMP image file formats : ii. the Fourier Transform Image : iii. histogram equalization : iv. Image median filtering v. Image Edge Detection vi. Geometric Transforms vii. Huffman coding View : viii. histogram View ix. Huffman compression method used to compress images and generate compressed files another lesson based papers and important module flowchart. There will be some reference value
Platform: | Size: 848896 | Author: 斯蒂芬 | Hits:

[Compress-Decompress algrithmscompress

Description: 用于bmp图像转化为jpg的图像压缩算法实现的源代码。-For bmp images into a jpg image compression algorithm source code.
Platform: | Size: 8192 | Author: andy | Hits:

[Graph programcompress-bmp

Description: 演示由bmp到JPEG压缩编码!适合学习图像处理算法的读者!-Presentation by the bmp to the JPEG compression! Image processing algorithms suitable for learning readers!
Platform: | Size: 122880 | Author: zhangheyi | Hits:

[matlabJPEG_compression_image.m

Description: 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Huffman coding analog channels transmitted images. Adopted Matlab2009A test.
Platform: | Size: 2048 | Author: Alex | Hits:

[Compress-Decompress algrithmsJPEGImageZipProgram

Description: VC++实现JPEG图像压缩算法,写的比较简洁明快,对JPEG图像压缩算法研究有帮助.经过作者亲自改写,将BMP图像打开和保存,压缩保存做到一个图像类,使用和集成都非常方便.-VC++ to achieve JPEG image compression algorithm, written in relatively simple and neat, on the JPEG image compression algorithm for help. After a rewrite of the person, the BMP image to open and save, save do compress an image category, the use and integration are very convenient.
Platform: | Size: 193536 | Author: idlerrf | Hits:

[Special EffectsSOURCE8

Description: 图象的压缩编码,JPEG压缩编码标准 source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Image compression, JPEG compression standard source directory for the source function is described in this chapter length encoding, JPEG compression (basic system) command-line compiler as follows vcvars32 rc bmp.rc cl compress.c bmp.res user32. lib gdi32.lib Note: run-time, file c: \ test.pcx c: \ test.jpg must exist
Platform: | Size: 110592 | Author: 梁鹏 | Hits:

[Windows DevelopComImage

Description: 这是同学用MFC(他邮箱:josen0205@163.com)写的一个批量图片压缩工具,可以压缩JPEG格式和BMP格式的图片,压缩BMP格式图片时会自动转换成为JEGP格式的;可以批量压缩图片,同时也支持单个图片压缩;压缩时可以选择压缩后图片的质量:有1-10可以选择,1-4质量比较低(压缩率较高),5-7图片质量中等(压缩率中等),8-10图片质量高(压缩率较低),默认为7,选择质量7压缩后的图片大小一般在原图片(数码相机拍的图片)的1/3左右。-This is the students use the MFC (E-mail: josen0205@163.com) to write a batch image compression tool, you can compress JPEG format and BMP format images, compressed BMP format picture will automatically convert to become JEGP format can batch compress picturesa single picture, but also support compression can choose the quality of the compressed picture compression: 1-10 can select the 1-4 low quality (high compression ratio), 5-7 picture quality is moderate (medium) compression ratio.8-10 pictures of high quality (low compression rate), the default image size 7, choose quality compression and is generally about 1/3 of the original pictures (digital camera images).
Platform: | Size: 396288 | Author: 张超燕 | Hits:

[Windows DevelopIBmpToJpgm

Description: 图像压缩:将BMP文件压缩成JPG文件,VISUAL C++实现-BMP TO JPG, -Image compression: compress the BMP file into a JPG file, VISUAL C++ realization-of BMP TO JPG,
Platform: | Size: 317440 | Author: nanyi5452 | Hits:

[Windows DevelopJPEGsource_code

Description: JPEG采用的是YCrCb颜色空间,而BMP采用的是RGB颜色空间,要想对BMP图片进行压缩,首先需要进行颜色空间的转换。YCrCb颜色空间中,Y代表亮度,Cr,Cb则代表色度和饱和度(也有人将Cb,Cr两者统称为色度),三者通常以Y,U,V来表示-JPEG is used in YCrCb color space, and BMP is used in RGB color space, to compress the BMP image, we need to perform color space conversion. In YCrCb color space, Y represents the brightness, Cr, Cb represents the hue and saturation (there are Cb, Cr both collectively referred to as chroma), three Y as usual, U, V.
Platform: | Size: 370688 | Author: sdf3 | Hits:

[Otherhufman

Description: 应用哈夫曼编码实现对灰度图片的压缩(原图片应先转码为bmp格式)(The application of Huffman coding to compress the grayscale images (the original image should be transcoded to BMP format first))
Platform: | Size: 464896 | Author: dangzhong | Hits:

CodeBus www.codebus.net