搜索资源列表
OpenGL 场景绘制到打印机.zip
- 用MFC 封装OpenGL 可以用两种API:快速绘制和优秀的界面。然而,由于许多打印机驱动器不支持SetPixelFormat() API 函数,这样就不能直接将OpenGL 场景绘制到打印机上。一种广泛使用的技术是先将一个OpenGL 场景绘制到DIB 区,再将它复制到DC以供打印或预览。这个项目演示了这一方法。
0025
- 《面向对象的MFC图象处理》 Windows提供了一些DIB函数,但未在MFC里封装;精通VC++.NET图象处理编程一书分析了这些函数,由此进而设计了一套函数,定义了类CDib使用,使用类CDib读、存、显示图象的示例 -"object-oriented image processing MFC" Windows DIB provides some function, but in MFC Lane Packaging; VC proficient.NET imag
facedetective
- 整个文件基于 MFC 单文档结构, 通过菜单栏调用图像处理操作 文件->open后,打开图片,并建立图像处理类的实例:全局 DIB 图像处理是通过调用DIB的公有接口函数。
DIB
- 自己写的3D立体画程序,使用MFC. 自建工程导入,需要使用atlimage.h
huidubianhuan
- 灰度变换处理,图像处理类,有DIB类,MFC编程
CDib
- Visual C++ MFC中没有提供一个专门的类来处理DIB位图,因此,为了方便地使用位图文件,我们有必要派生一个CDib类。
封装的DIB
- MFC中没有封装DIB,这里是自己写的DIB函数库-MFC no Packaging DIB, here is the DIB to write his library
diblook 高分辨率位图显示MFC类源码
- 高分辨率位图显示MFC类源码,带一MFC范例 ,MFC class for displaying picture with High resolution , with a MFC example
dib
- BMP的设备无关图处理类,用于MFC里面的图像处理-BMP
MyDib
- Dib类的封装,因为MFC中不提供任何Dib的支持,为了方便复用,这里设计一个Dib类,这个类的封装十分复杂,这里采取分而治之的方法,对关键部分进行了单独讲解。-Dib type of package, because MFC does not provide any support Dib, in order to facilitate reuse, where the design of a Dib category, this type of package is very complex
dib
- 用于mfc实现设备无关图像的类,可以实现对bmp图像的相应操作-Mfc achieve device-independent image for the class, and can implement the corresponding operations bmp image
dibimage
- VC++ 6.0,MFC开发的图像处理程序,包括DIB图像读取,图像处理等基本功能-VC++ 6.0, MFC development of image processing procedures, including DIB image reading, image processing and other basic functions
Dib
- 由于MFC没有对DIB的API做任何封装,所以写了这个类封对DIB的装操作-API of DIB
DIB
- 这是一个使用MFC开发的图像处理程序,在该程序中开发了操作图像文件内部数据的类,使用它在加上图像处理的算法,就能够对图像进行处理。-This is a development of image processing using the MFC program, developed in the program in operation within the data image file type, use it with image processing algorithm, the imag
DIB
- MFC没有封装DIB,但在程序中经常用到,该DibImage.cpp包含了对DIB处理的所有函数,头文件也随之附上。-MFC does not encapsulate DIB, but often used in the process, the DIB handled DibImage.cpp contains all the functions of the header file also will be attached.
Dib
- DIB文件 由于MFC未提供DIB类,用户在使用DIB时将面临繁重的Windows API编程任务。 一个较高层次的API,简化了DIB的使用。-DIB Source
Test
- dib.h dib.cpp 用于MFC创建位图并显示-dib.h dib.cpp for MFC to create and display a bitmap
VC---MFC-DIB
- 本程序是用Visual C++构造DIB类,用此类完成位图的读取 存储功能-This program is to use Visual C++ tectonic DIB class, using them to complete a bitmap s read storage function
morphology-DIB
- 由于MFC没有封装DIB类,编写面向对象的的DIB类,易于维护和移植;然后提供数学形态学代码,实现图像各种形态学运算,处理时只需要定义形态学类然后进行调用即可,代码都经过调试运行,现在应用与工程项目中-Because MFC do not package the DIB class, we write the object-oriented class DIB and it is easy to be transplanted. Furthermore, we provide the mathe
DibSection_noMFC
- DIB section manipulation class with no MFC