搜索资源列表
DIBDisplay
- <visual c++数字图像处理典型算法及实现>的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子
C++code
- 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!
DIB
- 用visual c++写的关于bmp处理的程序,里面一个关于bmp处理的类,包括对真彩图和普通图的处理。
DIBSectionLite_demo
- DIB处理的一些函数 -Some functions using DIB
draw_bmp_file
- 显示一位图文件 -Display a dib file
window2dib
- 将一个窗口的图象存为DIB -Storing a window s image to DIB
DIB
- 很简单的好东西,用Visual c++制作,-The good thing is very simple, using Visual c++ Production,
DIB-trans
- 一个不错的图像变换程序。支持左右翻转、上下翻转、平移和旋转等操作。C++源码。-A good image transformation process. Support turned around, up and down and overturned, such as translation and rotation operations. C++ Source.
DIBSection
- DIB图像的分块分像素选取与修改,方便进行图像的人工交互处理-DIB image sub-pixel block selected and modified to facilitate the image of the artificial interactive treatment
Dib
- visual c++ 实现数字图像dib库-visual c++ library for digital images dib
dib
- 这是简单易用的用c++封装的CDib类,可以实现图像文件的读取,存储,显示,因为小巧易用,非常适合初学者-this is a CDib class based on c++,it has fulfilled read,write,and show bmp in a window, is very suitable for beginners in image processing.
dib
- CDib类,在vc++中常用的处理BMP文件的类,包含了dib.h和dib.c-CDib class, vc++ handling of BMP files commonly used in the class that contains dib.h and dib.cpp ...
DIB
- C++写的DIB类,除了一般的功能外,使用了引用计数,可以直接将图像转成矩阵。-DIB written in C++ class, apart from the general features, using reference counting, you can transfer images directly into a matrix.
Test
- dib.h dib.cpp 用于MFC创建位图并显示-dib.h dib.cpp for MFC to create and display a bitmap
Dib
- Dib图像的读取输出等重要函数C++编写-Dib image read out other important functions in C++
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
The-operator-of-DIB
- 实现DIB的处理方法,方便实现实现位图的操作。可以帮助快速在C++中操作位图显示,销毁操作。-Achieve DIB approach to facilitate the achievement of the operation to achieve bitmap. Can help fast C++ in operating bitmap display, destroy operation.
MyDIB2
- DIB图像模板类,用于DIB编程的类,包含Dib.h Dib.c-DIB image template class programming class for DIB
DIB
- 自己写的C++图像处理类,用于bmp类型的图像处理,与其他的dib不同,该类封装了其他的图像处理函数-C++ image processing class to write their own, for image processing of type BMP, unlike other DIB, the package of image processing functions for the other
BmpPreview
- c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运