搜索资源列表
Problem2_6
- 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
AnalyseBmp
- 分析bmp文件的基本信息, 并提取位图数据信息.
filter
- 处理32位的位图数据对图像进行平滑,使图像更加平滑,便于后续处理-filter
YUV2RGB
- 将视频采集卡中的采集到的原始视频数据(YUY2格式)转换成RGB24格式,保存成位图。 用于抓取帧-Video capture card will be collected in the original video data (YUY2 format) into RGB24 format, saved as bitmaps. Frame for crawl
quick_stretch_sample
- 快速显示位图的缩放效果。在进行缩放时设置位图数据,在OnDraw中直接显示即可,从而提高效率-quick stretch
demo1
- AVI文件读取,每一帧画面形成BMP位图,是一个很好的视频数据采集的例子-AVI file to read, to form each frame BMP bitmap images, is a good example of video data acquisition
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
chap1-1
- 给定一个图像位图数据,宽、高、颜色表指针及每像素所占的位数等信息,将其写到指定文件中。-Given a bitmap image data, width, height, color table pointer and the number of bits per pixel information such as share, to write the specified file.
image
- 将数据图像(8位位图)读入中间数组再重建数据图像-The data image (8-bit bitmap) and then re-read into the middle of the array data images
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
Picture-processing(VCPP)
- VC环境下实现给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素位数等数据进内存,存放在相应的全局变量中-VC environment to achieve a given image file name and path, read the bitmap image data, width, height, color table and bits per pixel and other data into memory and stored in the correspon
chap1-1
- bmp文件结构以及其格式的图像文件的读写和其位图数据的访问-bmp file structure and format of the image file and the bitmap data read and write access
TrueColor2SingleBand
- VC/C++源码,图形处理,图像转换 VC实现真彩色图像转换为8位图像,RGB三个波段的灰度通过一个线性变换式计算为单波段灰度。 关于代码: DWORD _width1 = WIDTHBYTES(width*8) //保存的8bits位图保存宽度 DWORD bytesCount1 = _width0*height //存储该真彩色位图数据段所用的字节数,不是像素数 DWORD bytesCount2 = _width1*height //存储8b
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
raw-bmp
- RAW格式转化BMP格式程序:打开原始图像文件,申请512字节的内存空间,图像读入 ,创建新的图像 ,位图图像文件的基本格式:位图文件头、位图信息头、彩色表 、位图数据。一共四部分。
chap1-1
- 存放读入图像的位图数据、宽、高、颜色表及每像素所占位数(比特) ,图像数据访问及图像存储-Storing the read data into the bitmap image, width, height, color, form and share bits per pixel (bit), the image data and image storage access
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
combine
- 把二值bmp图像挂网或者直接转换成矢量线段,追踪生成G代码数据。代码是标准C语言,在windows下用GCC编译执行通过,其他支持标准C语言的编译器应该也没有问题。(The binary BMP image linked to the network or directly converted into vector lines, tracking the generation of code data.)