搜索资源列表
readbmpfile
- 此程序用于对bmp文件的读取输出,经检测可直接运行,对8bit,24bit都可用。
createbmp
- 可以通过输入灰度值来创建BMP图像,但 缺点是只能创建8位位图-Gray value can be input to create a BMP image, but the only disadvantage is the creation of 8-bit bitmap
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.
bmpajpegchuli
- BMP图像文件的操作,可以将一个标准24bit真彩色BMP文件中三基色图像提取出来存成独立的8bit灰度图像(BMP) 自写算法将BMP转换为JPG,再将jpg转化为bmp-Operation of the BMP image file can be a standard 24bit true color BMP file trichromatic image extracted saved as separate 8bit grayscale images (BMP) self-writt
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
raw2bmp
- 这段小程序用来将8bit的raw文件转换为BMP格式。事实上raw文件的储存方式非常简单,可以直接使用fread按像素取。 另外,值得注意的是,如果需要转换10bit或更深位宽时,需要将byte均转换为raw。-This small program used to convert raw files of 8bit BMP format. Indeed raw file storage method is very simple, you can directly use fread tak
8Bit-Bmp
- 解析8位BMP图片每个字节代表的意义,如前两字节为 BM 接下来为文件大小-analysis 8 bit bitmap document every byte s meaning
BMP4bit8bitto24bit
- C语言实现BMP文件4bit、8bit到24bit的BMP文件转换-C language BMP file 4bit, 8bit to 24bit BMP file conversion
8bit-bmp
- 该程序为显示8位bmp图像程序,并附以图像处理。其中图像处理算法为基本图像处理。-The program for the program to display eight bmp images, along with image processing. Wherein the image processing algorithm of the basic image processing
test
- 8位bmp图像转换为24位bmp图像,可以进行批量转换。-8bit bmp trans to 24bit bmp
Hik_Stage_1
- 使用vs2010编写了一个consel应用程序,该应用程序可对任何输入的yuv420指定帧号图像进行中值滤波和sobel处理,并输出处理后的两张bmp图片(8bit灰度图)-the application program can get one frame yuv420 sequence, medianfilter and sobel edge extract,then output two bmp(8bit)
BmpPreview
- c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运
真彩色bmp灰度化
- 24位真彩色bmp图像转换为8位bmp图像(The type of bmp (24bit) translate to 8bit)
YUVPlayer1.6
- 1、支持YUV4:0:0 YUV4:2:0 YUV4:4:4 .rgb格式 .bgr格式,NV12, NV21 2、支持8bit到16bit位深序列的显示 3、支持以64x64为单位查看序列 支持以8x8为单位查看序列 4、支持以bmp格式保存当前窗口,并自动以当前帧的信息为保存名 5、能过显示各个分量的像素值(YUVPlayer1.6 NV12 NV21 YUV420 YUV444)
BMP24To8
- 将24bit BMP图片转换为 8bit(Convert 24BIT BMP file to 8bit bmp file)