搜索资源列表
在内存中位图的对称位图(镜像)(8KB)
- 在内存中位图的对称位图(镜像)(8KB)。此程序是老外写的经典程序,可以拜读一下。-in memory bitmap symmetric Bitmap (mirrored) (8KB). This procedure is a foreigner to write the classic procedure could read about.
zuoye6
- 将图片读入内存,进行如下处理后,将原图片和处理后的图片一起输出,进行观察和比对: Ø 只保留图片的红色分量; Ø 只保留图片的绿色分量; Ø 只保留图片的蓝色分量; Ø ?0?2 将红, 绿, 蓝分量的平均值作为红绿蓝分量; Ø 红,绿,蓝分量相互交换; Ø 将图片中某种颜色或与之相近的颜色替换成另一种颜色;-will read
f_open
- 本篇是关于OFF文件的简单操作,将OFF文件中的三维网格数据读入到内存中,以便对其进行相应的操作,如特征提取,分割等等。-This is a simple document OFF operation, OFF document to the three-dimensional grid data to be read into memory, corresponding to its operation, such as feature extraction, Segmentation and
dssdf
- 本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段
BMPViewerSimple
- 本程序用来浏览任意大幅BMP图片。其原理是每浏览到一个位置,将当前可见的的图像数据读入内存,加以显示。-the procedures used to browse arbitrary substantially BMP images. Its principle is to visit every one position, we can see the current image data read from memory, to be revealed.
6th
- 将一张tga格式的图片读入内存,做一系列处理,分别保留红,绿,蓝分量,将rgb各分量做平均,相互交换,替换某一分量等操作,最后输出,与原图片比较-tga format will be a picture read into memory, so a series of treatment, respectively, retained the red, green and blue components, rgb components will do the average, mutual ex
storage.rar
- 基于OPenCV的源码,实现了OpenCV中存储器的操作,包括读和写等。,OPenCV based on the source, the OpenCV implementation of the operation of memory, including read and write and so on.
Dicom Series Read Series Write
- 本程序使用ITK进行DICOM格式数据的读取和存储。首先读取二维DICOM序列图像,然后将读入的图像存储为二维DICOM序列图像。-This code uses ITK to read and write DICOM series images. DICOM series images are first read into the memory and then they are written into another directory.
chap1-1
- 函数名称: * readBmp() * *函数参数: * char *bmpName -文件名字及路径 * *返回值: * 0为失败,1为成功 * *说明:给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素 * 位数等数据进内存,存放在相应的全局变量中//位图读写程序-Function name:* readBmp ()** Function parameters:* char* bmpName- file name and path**
UnveilCode2
- 一个验证码破解程序. 这个小软件破解验证码的原理,是记忆性破解。读取验证码图片,分成一个个小图片,如果库中有记录,则返回它的验证码字符;如果不存在,则插入新记录。对于没有记忆过的验证码图片,它是识别不出来的。这个破解方法只可用于验证码字符范围固定的验证码。对于不固定范围的,如QQ的注册验证则不能破解。-A code cracking program. This small software, crack code of principles, is memories of crack. Read
Read_LargeBmp
- 用内存映射文件读取大尺寸图片,基于MFC开发的-Memory-mapped file to read with large size pictures, MFC-based development
DImageProcess
- 使用CDib处理图象,定义了一些类CMyDib类: PaintDIB() - 绘制DIB对象 CMyDib::DrawDib // CreateDIBPalette() - 创建DIB对象调色板 CMyDib::ConstructPalette() // FindDIBBits() - 返回DIB图像象素起始位置 CMyDib::GetBits() // DIBWidth() - 返回DIB宽度 CMyDib::GetWidth() // DIBHeight() - 返回D
HVStoreBmp
- 演示保存一幅BMP文件到指定目录。 利用HVSnapShot抓取一帧图像到内存,利用ConvertBayer2Rgb 转换成RGB 24位格式位图,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-BMP file save a presentation to a specific directory. The use of an image HVSnapShot crawl into memory, using ConvertBayer2Rgb c
SaveScreen
- 屏幕截图:建立一个屏幕的设备上下文,根据屏幕上下文创建一个内存位置,最后将内存位图数据读入到文件实现屏幕截图操作。-Screenshots: set up a screen device context, according to the context of the screen to create a memory location, and finally the memory bitmap data into the document read realize screenshot of
BMPtoArray
- 图像 文件数据导入到数组中,便于在显示图像时实时从内存中读取图像数据-Image image file into an array of data, easy to display images in real-time read from the memory image data
TXTdata_MEMDraw_saveAsBMP
- 我的邮箱: jhu@holomaker.com 欢迎联系, 公司主页 http://www.svgoptronics.com/cnindex.asp 光刻行业的研发型企业 【改进自testsavebmp】,并非我完全原创 软件技术含量:读取txt数据,内存绘图并保存, 黑白bmp(单色bmp)绘图,比较少见吧 软件功能:根据 txt中的圆的数据,绘制成bmp图形,用于光刻行业的图形发生器 1、菜单 编辑 --> read data 读入 t
report
- 用C++完成一个能读取BMP图像文件(真彩色,256色等)到内存中,而后在console界面中用文本方式显示,同时可以将图像颜色翻转并重新存储的程序。-C++, to complete a BMP image files can be read (true color, 256 colors, etc.) into memory and then using the console interface, the text display, while the color image can be
bmp
- 此程序的功能是实现BMP图像在WINDOWS下的读取及其存储,容易读懂且容易实现,很好用-Function of this program is to achieve BMP images in its memory read under WINDOWS, easy to read and easy to implement, very good use
lab_04
- SDRAM,FLASH存储器控制与驱动。编程实现DSP开发板相关接口与外设的初始化程序,读出及显示实验板上Flash 存储器中的图像。-SDRAM, FLASH memory control and drive. DSP development board programming interfaces and peripherals related to the initialization procedure, read the experiment on-board Flash memory
MVSnapSingle
- 演示保存一幅BMP文件到指定目录。 利用MVSnapShot抓取一帧图像到内存,利用ConvertBayer2Rgb 转换成RGB 24位格式位图,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。 -Demo save a BMP file to a specified directory. Use MVSnapShot grab a frame image into memory, use ConvertBayer2Rgb conve