搜索资源列表
rlezip_16bit_sc.zip
- 16位rle(压缩bmp文件)压缩算法源码
图像数据的压缩
- 1. 实现BMP文件到JPEG文件的压缩转换。 2. 自选:实现从JPEG文件到BMP文件转换。 3. 采用C/C++编写程序 -1. BMP file to the realization of JPEG compression conversion. 2. Customize : Achieving from JPEG files to BMP file conversion. 3. Using C / C programming
BMP文件的艺术再现4
- BMP文件的存储格式 • DOS方式下调用BMP图像的手段 • 艺术再现BMP图像 -BMP file storage format
jpegcompress_decompress
- 自己做的简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件-doing a simple jpeg coding procedures, and supports 1:1 : a sampling of the baseline color jpeg, import 24bit is the only BMP file
TurboPascalAdvancedProgramming
- 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
TextureRec
- 纹理分析:打开一个.BMP文件后计算其纹理特征,能知道其能量,熵,惯性矩,局部平稳性,和相关系数.
pso
- 此压缩文件中包含了两个读取bmp文件分别用java和c写了,另三个是用matlab实现的演化算法,很有作用的,每个文件里都有详细说明
pingmiujiequ
- 屏幕截取 函数代码 生成高清的bmp文件
BPsimulationofpopulation
- ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样
压缩图片
- 一种对bmp文件进行图像压缩的算法。将一幅bmp文件压缩之后再显示出来与压缩前的文件作比较。-a pair of bmp document image compression algorithms. Bmp file to a compressed then displayed with the compression of documents before making comparisons.
bmp
- 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法 要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
jpegconvert
- 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
sample
- 数据结构考试的样题,对考试很有帮助。里面是BMP文件。-Data structure sample exam questions on the exam very helpful. Inside is a BMP file.
AVItoBMP
- 该呈现能实现将一个AVI文件中的每桢视频转化为BMP图象,使用的标准的WINDOWS API .-The show can achieve an AVI video file for each frame into a BMP image, using the standard WINDOWS API.
Run_length_encoding_compressing_bmp_file
- 一个用游程编码实现对BMP文件的压缩,收藏。-A Run-length encoding method compressing a bmp file for storage
DCTyasuo
- 本程序是对girl.bmp文件做二维的DCT,以达到压缩的目的-This procedure is done two-dimensional girl.bmp file DCT, in order to achieve the purpose of compression
jpeg_24bit_bmp
- 用C所编写的24位bmp文件的jpeg压缩程序-Prepared using C 24-bit bmp file of jpeg compression program
haardetction2
- 用adaboost检测出人脸,输入bmp文件,输出bmp文件的人脸-Adaboost detected face with the input bmp file, the output face bmp file
1
- (1) 打开一个bmp文件 (2) 将其局部区域的灰度值进行改变 (3) 另存为一个新的bmp文件 -(1) open a bmp file (2) the gray value of its local area to change (3) Save as a new bmp file
bmpfile
- bmp图片内部格式,分解bmp文件的内部结构-bmp image internal format, the internal structure of decomposition bmp file