搜索资源列表
CBitimapEx
- vc下图像处理类 封装了DIB图像的读取和处理相关操作-under the vc environment graphics process encapsulate the dib graphics s loading and manager the realate operation
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
libdib
- 自己开发的针对Windows环境下DIB位图输入输出、访问、修改、变换的C/C++函数库(不需专门VC工程, 导入其他工程即可用),已经相当长时间测试和使用。-own development environment for Windows DIB bitmap input and output, access, modify, Transform C / C + + library (without specialized VC projects into other projects can
Master_GraphicProgramming_VC
- <精通vc图象编程>的配套光盘 主要是针对BMP(DIB)的图象处理
dibimage_lib
- 处理dib图像的原码库,可以集成到需要的VC程序中。
ch1_1
- 实现图像的几何变换,VC加DIB类编写—— AppWizard has created this ch1_1 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
DIP_processing_DIB_library
- DIP_processing_DIB_library: 数字图像处理的dib位图处理的函数库,在进行数字图像处理前需要建立DIB库函数。 基于本源代码,添加进VC++工程,是进行dib位图处理必不可少的函数库。
tuxiangchuli
- VC++图像处理书籍,包括DIB类的介绍。
dib
- VC++图像处理dib类 VC++图像处理dib类
RotateDIB
- 用vc实现图像的旋转 该函数用来以图像中心为中心旋转DIB图像,返回新生成DIB的句柄。 调用该函数会自动扩大图像以显示所有的象素。函数中采用最邻近插值算法进行插值。
ReadPic1
- 基于VC的JPG和BMP的图像读取 显示 并含有部分图像处理功能。有一个简易的DIB类
二值化变换
- 对于256色灰度DIB图像进行二值化的VC++实现
using-DIB
- 用DIB方式实现BMP图像的打开和处理,VC++6.0环境下开发。-DIB be achieved with the opening and processing of BMP image, VC++6.0 development environment.
BMP
- VC++中实现DIB类声明,读入和图像显示-VC++ Achieve DIB type statement, read into and image display
DImageProcess
- 使用CDib处理图象,定义了一些类CMyDib类: PaintDIB() - 绘制DIB对象 CMyDib::DrawDib // CreateDIBPalette() - 创建DIB对象调色板 CMyDib::ConstructPalette() // FindDIBBits() - 返回DIB图像象素起始位置 CMyDib::GetBits() // DIBWidth() - 返回DIB宽度 CMyDib::GetWidth() // DIBHeight() - 返回D
chap12
- 基于Dib类的彩色图像转化灰度图 VC++ 编写简练-Dib categories based on color image into grayscale VC++ to prepare concise
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
- 用VC编的数字图像处理算法,主要关于设备无关位图DIB的读写类-VC compiled using digital image processing algorithms, mainly on the device-independent bitmap DIB class to read and write
VC-plus-plus-image-process
- vc++图像处理,Visual C++环境下介绍图像各种典型算法的编程实现。数字图像的点阵数据、调色板概念、BMP文件结构以及设备无关位图(DIB)-vc++ image processing and about the algorithm.
VC++底层图像处理函数
- 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and other aspects of the BMP imag
