搜索资源列表
DIBDisplay
- <visual c++数字图像处理典型算法及实现>的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子
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
CDIB
- 用于数字图像处理的DIB函数库,参见Visual C++数字图像处理第二版 何斌等著
C++code
- 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!
DIBDisplay
- 通过C++创建DIB类,可以简单读写BMP文件-DIB created by C++ classes, you can simply read and write BMP files
DIB
- C++写的DIB类,除了一般的功能外,使用了引用计数,可以直接将图像转成矩阵。-DIB written in C++ class, apart from the general features, using reference counting, you can transfer images directly into a matrix.
Dib
- Dib图像的读取输出等重要函数C++编写-Dib image read out other important functions in C++
NAWEI_C
- 纳维滤波器的设计,信号处理可用的上, 该函数用来对DIB图像进行维纳滤波复原操作。-which is used to singal deal with。c++
333226655
- 使用visual c++开发的DIB图像类,包含了bmp图像的打开,保存,显示,灰度化等。-Using visual c++ classes developed the DIB image, contains the bmp image to open, save, display, gray and so on.
VCPP-Impage-Processing
- 作为数字图像处理技术的实现环节,本书将在Visual C++环境下介绍图像各种典型算法的编程实现。而作为一本书的开始,本章我们将介绍图像编程的基础知识,如数字图像的点阵数据、调色板概念、BMP文件结构以及设备无关位图(DIB)等,它是后面章节学习的基础。-As a digital image processing technology to achieve aspects of the book image of typical programming algorithm is introduc
CDib
- Visual C++ MFC中没有提供一个专门的类来处理DIB位图,因此,为了方便地使用位图文件,我们有必要派生一个CDib类-Visual C++ MFC does not provide a specialized class to handle the DIB bitmap, therefore, in order to easily use the bitmap file, we need to derive a CDib class
VC-plus-plus-image-process
- vc++图像处理,Visual C++环境下介绍图像各种典型算法的编程实现。数字图像的点阵数据、调色板概念、BMP文件结构以及设备无关位图(DIB)-vc++ image processing and about the algorithm.