搜索资源列表
一个把BMP压缩成JPG的源代码.zip
- 一个把BMP压缩成JPG的源代码。 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
bmp-jpg
- BMP压缩成JPG的源代码, 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区 成JPEG文件或缓冲区.-BMP JPG compressed into the source code, principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the
RAW-TO-BMP
- 将数组表示的像素值还原为图像,查看图像的视觉效果-Array that will restore the image pixel values, view visual images
MFC-transfer-the-bmp-data
- 使用usb 传输一幅bmp像素数据,项目中用的,已经验证成功-使用usb 传输一幅bmp像素数据
bmp-ctatic
- 读取BMP 8bit文件(size n1*n2),输出整个文件[n1]*[n2]的像素值,像素值的范围0-255,并统计每个像素质的数量-BMP 8bit file read (size n1* n2), the output document as a whole [n1]* [n2] the pixel value, pixel value range of 0-255, and the quality of statistics like the number of each
imageComp
- 这个源代码是应一位网友要求发布的.主要功能是演示利用VB进行分析比较两张不同图片之间的差别,如BMP,JPG等,根据像素分析各个图片的不同。支持任意尺寸的图片,但是全屏图片可能会比较慢。好像根据图片屏蔽色来进行比较,本人对这个不是很有研究,希望懂行的给发表一下看法。-This source code is a request issued by users. The main function is to demonstrate the use of two VB analysis compa
bmp
- 在vc下做像素移动生成新图片。 由平移算法得到原图片中每一个像素在新图片中的位置,再一一对应过去生成新的图像。-bmp
32bBMP_to_data_converter
- 32位bmp提取出16位数据:每个16位像素的字节的数据用逗号隔开,保持为txt文件。-32-bit bmp extract 16-bit data: 16 bits per pixel of data bytes separated by commas, to keep the txt file.
ex2
- 读取bmp图片数据,包括像素值,位数等等。-Read bmp image data, including pixel values, the median and so on.
ImagePro
- 本人研究生阶段做的项目,线结构光视觉传感器的标定中的激光光条中心的提取。 1、通过JPG、PCX、GIF解码方法,来打开BMP、JPG、PCX、GIF格式图像。 2、大津展之法阈值变换,效果较好。 3、三种细化方法,Rosenfold细化、Hildith细化、Pavlidis细化。 4、基于灰度重心法的全分辨率的激光光条中心亚像素坐标的提取。-Calibration
MyImageProcess
- 对BMP格式图像像素点进行任意的读写显示,并且可以进行效果变换-BMP format images on the pixel display any of the read and write, and can effect change
BmpRead
- 读取BMP图片,并把像素保存,进行图像处理-Read BMP images, and save the pixel, image processing
BMP-bitmap-operation
- BMP位图包括位图文件头结构BITMAPFILEHEADER、位图信息头结构BITMAPINFOHEADER、位图颜色表RGBQUAD和位图像素数据四部分。处理位图时要根据文件的这些结构得到位图文件大小、位图的宽、高、实现调色板、得到位图像素值等等。这里要注意的一点是在BMP位图中,位图的每行像素值要填充到一个四字节边界,即位图每行所占的存储长度为四字节的倍数,不足时将多余位用0填充-BMP bitmap file bitmap header structure, including BITMA
Image-processing---BMP-processing
- Bmp 图像处理方法,包含读写文件、关闭文件、图像像素赋值等操作-Bmp image processing methods, including reading and writing files, close the file, the image pixel assignment and other operations
BM
- bmp图片的像素提取,可以改变图像颜色,位置。-bmp image pixel extraction, can change the image color, position.
bmp-negative
- bmp图像文件头、位图信息头、彩色表及位图信息读取,并对位图信息像素值取反-read .bmp file all information and reverse the pixe.
bmp-log
- BMP图像位图信息读取,并对图像像素值取对数log,再显示出图像信息。-read .bmp file and do math algorithm of log,then show and save the picture.
bmp
- bmp格式图像的处理,包括其宽高、文件信息、像素提取-bmp format image processing, including its width and height, file information, pixel extraction etc.
LSB隐藏
- 实现bmp灰度图像的LSB隐藏,能够将指定的信息嵌入bmp位图的最低位,从而达到数字隐写的目的。另外可以通过相反的过程来读取bmp位图的每一像素的最低位,将信息提取还原出来(BMP gray image LSB hidden, can specify the information embedded in the BMP bitmap of the lowest bit, so as to achieve the purpose of digital steganography. In addi