搜索资源列表
Bits
- 一个对DIB位图读写的源代码,包含了画线, 画面,从另一个指定的位图截取任意部分, 放大缩小等-one pair of DIB bitmap reading the source code, including a line drawing and picture from another designated bitmap interception arbitrary, zooming, etc.
cdib
- 这个类库可以实现设备无关位图的创建显示读入保存捕捉位图-the library can achieve device-independent bitmap show the creation read preserve capture bitmap
FG_DIB
- 本代码是用vc编写,提供了一个位图文件读写的类。-this code is used vc prepared for a bitmap file reading and writing class.
photoVC代码
- photovc的源代码,能对bmp图象读入和简单的操作.其中自己写了重要的图象类文件.-photovc the source code and is capable of bmp image read and simple to operate. Which himself wrote an important category of document images.
VC读位图源代码
- 读取图像,并可对其进行必要的几何变换,图像增强处理源代码.-read images and may be subject to the necessary geometric transform, image enhancement processing source code.
pic&tif图像转换与图像挖取程序
- 本程序主要完成pic到tif图像格式的转换(由图象格式转换菜单实现),并且完成了读写pic,tif图像文件的源代码。File/open挖图菜单完成在原始图中获取任意位置和大小的图像。
pic&tif图像转换与图像挖取程序(先前一个有误)
- 本程序主要完成pic到tif图像格式的转换(由图象格式转换菜单实现)并且完成了读写pic,tif图像文件的源代码。File/open挖图菜单完成在原始图中获取任意位置和大小的图像。
imagedemo1
- 可以读入位图并显示,并能对位图实现多种特殊效果的图像处理演示代码,希望大家喜欢-can read and display bitmap, and is able to achieve a variety of bitmap special effects demonstration of image processing code, hope you like
bmpio
- 彩色bmp位图读如内存当中,该程序是在vc++环境下运行tc代码-color bitmap Reading such as memory, the program is running under the environment vc tc code
MySample
- 1.读入位图文件(256色) 2.显示 3.显示为灰度图 4.保存为真彩位图(24位色,BitCount=24)-1. Read bitmap file (256-color) 2. Show 3. Four of the grayscale display. Preservation of color bitmap ( 24 colors, BitCount = 24)
imageduqupng
- 图像处理编程PNG图象格式读写插件Update:2003-9-image processing program to read and write PNG image format plug-Update :2003-9
45665994bitmap_za
- 在vc++ 读BMP操作的源代码,保存和显示BMP图象-in BMP operation vc Reading the source code, preserve and display BMP images
imagestone
- 介绍:ImageStone是一套功能强大的C++图像处理库,它可以在多个平台之间移植。 功能包括:读写图像文件,显示,柱状图分析,undo/redo支持,超过100种预定义 的特效等。-presentations : ImageStone is a powerful C Image Processing Library, it can be used on multiple platforms transplantation. Features include : read and wr
BmpTest3DDB(OK)
- DDB位图显示的入门程序可以读入并显示灰度位图图象为入门的人提供一点参考-DDB bitmap induction procedures can be read into the gray and display bitmap images to the portal to provide reference point
chap01
- 一个非常有用的读图C程序,适合图像编程初学者
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
OpenVcLoadImage
- OpenVc读图,保存。 用VC普通方法打开图片的对比,灰度处理。-OpenVc read view, save. VC common method used to open the image contrast, gray scale processing.
rwbmp
- 纯C编写的BMP文件操作,包括读图和写数据至图片。程序鲁棒性好!本人亲自编写,是视屏采集中的中间接口函数,特地奉献。-BMP files written in pure C operations, including interpret drawings and writing data to the picture. Robust procedures for good! I personally prepared, is collected in the middle of Shiping
图的基本操作与实现
- 设计大学的校园平面图,所含景点不少于8个。以图中顶点表示学校内各景点,存放景点的名称、景点介绍信息等;以边表示路径,存放路径长度信息。要求将这些信息保存在文件graph.txt中,系统执行时所处理的数据要对此文件分别进行读写操作。 1.从文件graph.txt中读取相应数据, 创建一个图,使用邻接矩阵表示图(算法6.1); 2.景点信息查询:为来访客人提供校园任意景点相关信息的介绍; 3.问路查询:为来访客人提供校园任意两个景点之间的一条最短路径(算法6.10)。
