搜索资源列表
Problem2_6
- 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
bmpreadandsave
- 功用:用来对bmp位图文件的读取与图像的数据保存-function : to right bmp bitmap file read and image data retention
FreeImage392
- 一个自由、开源的图形库--FreeImage支持位图构件―例如调色板和数据位―的便易访问;将位图从一种位深度转换到另一种位深度;当有多幅位图页―例如TIFF―时访问位图的不同页;基本的位图处理,如旋转、翻转(flipping)和重采样,或点操作,如亮度和对比度调整;Alpha混合与合成(Compositing and blending);FreeImage不支持:高级图象处理操作,如回卷(Convolution)和变换(Transform);位图绘制; 矢量图形。-a free, revenue
ztf01
- 内存位图类,从文件中读出数据,转变为24位位图格式 可以支持Bmp的所有非压缩格式 可以支持JFIF--Jpeg的简单的Baseline格式 -memory bitmap and from documents sensed data, into 24 bitmap format can support Bmp all of the non-compressed JPEG format can support -- the Jpeg Baseline simple format
chepairecognition
- 使用VC++6.0做开发工具,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a developm
chepaidetection
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-us
picshow[delphi]
- TPicShow is an image slider control with 171 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programmatically Image can be stretched or centered in the client area of the
BMPcontain_data
- 该代码利用位图图像中的冗余数据位,将小文件嵌入到大的图像文件中,并保持原图像不变。-the code using a bitmap image of redundant data spaces, small documents to large embedded image files, and maintain the original image unchanged.
openBMP
- 将一个VC程序代码,它能将数据文件放入bmp位图文件中,并能从bmp 中提取出原文件。以便大家在这里通过下载图片来得到图片中的资源-A VC program code, it will be data files Add bmp bitmap file, and extracted from the original bmp file. To everyone here by downloading pictures to get the picture of the resources
HVSnapContinuous
- 演示利用回调方式,实现连续循环采集图像到内存,并转换成RGB 24位格式位图。 在回调函数中,实现对采集数据的处理和显示。-Demonstration of the use of callback method to achieve continuous cycle of collecting images to memory, and converted to RGB 24-bit format bitmap. In the callback function, the realizati
ImageCoding
- 本程序是用VC编写的一个基于bmp图像文件的图像压缩程序,主要完成的工作是:BMP文件的读取与显示;BMP文件的位图数据的压缩;压缩数据的解压缩及图像再现-This procedure is written in a VC bmp image file based image compression process, the major work done: BMP file to read and display BMP files compressed bitmap data compr
CompressImage
- 灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values in the range [0,255], if we adopt a pixel one byte is stored, it must lead to
cdib
- // 文件: Dib.cpp // 内容: 设备无关位图类-源文件 // 功能: (1)位图的加载与保存; // (2)位图信息的获取; // (3)位图数据的获取; // (3)位图的显示; // (4)位图的转换; // (5)位图相关判断;-//File: Dib.cpp// content: device-independent bitmap class- the source file// function: (1) loading and saving b
bitmap
- 我自己写的一个bmp图像数据读取的类,包含以下内容:读取8位位图或者24位位图图像数据到2维矩阵中,保存为8位位图或者24位位图。 转载请注明出处,-I wrote a class to read a bmp image data type, contains the following: Read 8-bit or 24-bit bitmap image data to 2-dimensional matrix, the bitmap is saved as 8-bit or 24-bit
chap1-1
- bmp文件结构以及其格式的图像文件的读写和其位图数据的访问-bmp file structure and format of the image file and the bitmap data read and write access
24-bit-true-color-bitmap-file-data
- 24位真彩色位图文件数据一部分。这一部分数据包括位图文件头、位图信息头和位图阵列三部分。-24-bit true color bitmap file data part. This part of the data includes the three parts of the bitmap file header, the bitmap information header and the bitmap array.
A-24-bit-true-color-bitmap-file
- 一个24位真彩色位图文件包括以下三个部分:位图文件头、位图信息头和颜色数据域,这都是我自己起的名字,不知是否与经典有出入,大家应该能够意会。-A 24-bit true color bitmap file includes the following three parts: a bitmap file header, bitmap information header and color data domain, this is the name of my own since I do no
fangwen
- 该源码实现对位图数据的访问,main()函数中,将读入的图像数据左下角1/4部分置成黑色并存盘,其他对位图的简单处理也可参考该源码,如实现反色,则改变所附的值即可。-Realize the source of the of bitmap data access, main () function in the lower left corner of the image data read 1/4 part set to black and archiving, and the other on
dvexp1
- 数字图像的数据格式与访问。本实验的处理对象是BMP格式的图像文件。访问一个24位BMP文件的文件头,得到该BMP文件的下列数据:整个位图文件大小、位图数据起始位置、位图文件保留字1、位图文件保留字1。-The format of the digital image data and access. The experiment is processed BMP image file formats. Access to a 24-bit BMP file header, the followin
dvexp8
- 创建Sobel模板,并对位图数据作边缘检测,并将其保存为新bmp文件 -Create a Sobel template, and edge detection of bitmap data, and save it as the new BMP file