搜索资源列表
tx识别
- 本程序用来识别两个640*480*24BIT BMP文件的差异,并将差异图显示出来. BCB -This procedure can point out and display the differences of two 640*480*24BIT BMP files
0213201_04_vq
- vq算法用于图像的有损压缩。生成码本。用于彩色24bit bmp文件-a follow Algorithm for Image Compression. This code generation. Bmp for 24bit color documents
hide2bmp
- 能够将小于图像文件1/4大小的任意文件注入24bit的bmp图像,注入后图像大小不变,显示效果不变,如图像大小为1M,那么可以注入最大为256K的文件-able to image files smaller than 1 / 4 the size of arbitrary files into the 24bit bmp image, after injection of the same size images show the same effects, such as image size
qq2440_boot_screen
- for qq2440 board bootscreen change. Create a new (565) 24bit bmp and change sansung.c in smdk2440 as similar name.
readvc
- 基于轮廓的形状特征提取 1)该程序在VC++6.0下编译通过; 2)测试图片说明:(图像路径名请在main函数中fp=fopen(\"1.bmp\",\"rb\")中设定) 64×64 24bit BMP: 图像1、2用来验证旋转图像识别;图像1、3用来验证平移图像识别;图像1、4用来验证缩放图像识别; 120×120 24bit BMP: 图像5、6用来验证平移图像识别;图像7、8用来验证旋转图像识别; 3)结果说明: MCS.dat保存了Mountain Cl
将 24Bit BMP 图形转为 TXT 格式
- 将 24Bit BMP 图形转为 TXT 格式-will 24Bit BMP format graphics to TXT
bmp2h
- bmp图像转换为C语言数组.h文件,包括1bit\2bit\4bit\8bit\16bit\24bit-convert the bmp image to C H file
VCreadBMP
- 是用VC读取bmp文件并显示出来,对于图像处理学习的朋友有一定作用。-Bmp file using VC is read and displayed, the image processing to learn a friend has a role.
bmp
- 用C语言实现BMP图像的显示,可以显示出1bit,4bit,8bit,16bit,24bit图像-BMP image using C language display, can show 1bit, 4bit, 8bit, 16bit, 24bit images
hw1_sample
- 把BMP檔從24BIT轉換成8BIT 包含了灰階轉換 彩色轉換-BMP file to convert from 24BIT grayscale conversion 8BIT includes color conversion
PictureStreamLoader
- 对内存中图像数据流进行加载,返回DIB格式,支持的格式:BMP(1,8,256,24位),GIF,JPG-load picture from stream,return DIB data,support BMP(1,8,256,24bit),GIF,JPG
Kmeans
- 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
BMP2TXT
- 将24位真彩色BMP图片转换成16位BMP,并将其保存成二进制代码,可以在单片机中使用。-24bit-BMP to 16bit-BMP
rgb_to_gray
- this the code to convert 24 bit bmp images to 8bit grayscale image.-this is the code to convert 24 bit bmp images to 8bit grayscale image.
YBAConv
- This program is converting yuv format to BMP(24bit) format
texture
- 可以载入多种图片格式,达到为场景中的贴图效果-Will load a 24bit BMP, JPG or TGA files as a textures. The texture can also be loaded from the applications resource file.
bmpenc
- 一个基于Hash的随机LSB信息隐藏程序 包含波形小幅扰动抗攻击 自己编写的 包含24bitBMP文件的读取与像素分离 快速傅立叶变换 散列LSB等相关算法的头文件 与系统无关 可以通过G++编译 在Win/Linux环境下都可以正常工作 也可以将头文件提取出来应用于其他代码之中-A Hash-LSB steganography source code with randomized DFT anti-RS-attack tech. Coding by myself. Including hea
24bit-to-8bit
- 功能:将24bit的bmp图像转换为8bit的bmp灰阶图像,为了以后的convolution运算做准备-Function: converting 24bit bmp image to a 8bit the bmp grayscale image, prepare order after convolution operator
真彩色bmp灰度化
- 24位真彩色bmp图像转换为8位bmp图像(The type of bmp (24bit) translate to 8bit)
BMP24To8
- 将24bit BMP图片转换为 8bit(Convert 24BIT BMP file to 8bit bmp file)