搜索资源列表
BMPViewer3
- 基于MFC的文档/视图结构的编程,采用面向对象的方法,将BMP格式的图像编写成一个类,在类中有用于显示的函数,只要调用这些函数就可以显示图像了,本程序只显示BMP图像,-based MFC Document / View structure of the programming, object-oriented methods, BMP format will prepare the images into a category, the category used for the displa
BMPViewer22
- 基于MFC的文档/视图结构的编程,本程序的编程思想是,将BMP位图作为一个资源嵌入进本程序中,而且可以加载多个资源位图,这样在程序中就会有多个图像资源ID,只要在程序中改动一下ID,就可以将这个ID指示的位图显示出来了,本程序只显示BMP图像,-based MFC Document / View structure of the program, the process of programming ideas, will BMP as a bitmap resources embedded i
简单的图象转换示例
- 一个简单的图象转换示例:利用MFC中的CFILE类将彩色BMP转换为灰度图,算法采用生理学标准,即0.3R+0.59B+0.11G-a simple image conversion Example : The MFC CFILE BMP type of conversion to color the gray level, the algorithm used in Physiology standards, R is 0.3 0.11G 0.59B
badaoxiama1
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 虽然已经弄出来了,还是希望大家好好读读源程序。 你们以
ImageWarping
- 一个简单的使用IDW和RBF算法对图像(只支持bmp格式)进行变形的MFC程序,可以当作图像处理入门时的练习参考。
BMP
- 在MFC下编写的BMP查看源码,还有一些关于BMP的一些资料
bmp打开放大以及变色
- 使用MFC打开BMP文件 并可以发大缩小,以及色相的改变-use MFC open BMP file and can make a big narrow, and the changes hue
模拟windows自带的画图程序
- 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界
wince-bmp
- wince6.0 mfc显示bmp图片 -wince6.0 mfc show bmp picture
bmptochar.rar
- MFC 实现把BMP字符转为字符数组用于单片机LCD显示 ,MFC characters BMP to achieve the array of characters for the single-chip LCD display
bmpScreen
- VC6.0 MFC下截取窗口特定部分并保存为bmp格式的类-This code is used for cuting the screen to save the bmp picture
BitPictrue
- VC画饼状图,填入各种类不同的比例(比例之和为1),做出相应的饼状图,并以bmp格式图片保存。-VC paintings pie chart, fill in the proportion of various kinds (and the proportion of 1), corresponding to the pie chart, and save the picture in bmp format.
BMP
- 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
bmp
- 利用MFC读入BMP格式图片存放在结构体中。-The use of MFC read BMP format images stored in the body structure.
MFC-bmp-picture
- 用MFC打开BMP图像后画个矩形然后保存-open a bmp picture and draw a rectangle then save it by using MFC
bysj_1
- VC++ MFC 基于多文档模式下打开并保存BMP图片-VC++ MFC multi-document model based on open and save BMP images
VC-save-BMP
- vc mfc中保存bmp位图完整的源代码的几种方法-vc mfc bmp
BMP
- 一个MFC打开BMP的程序,利用了简单的Dib类,基于单文档,适合初学者!-A MFC open BMP program, using the simple Dib class, based on single document, is suitable for beginners.
bmp
- 基于mfc用bresenham算法画的直线,可以用鼠标拖动,预览直线。-on mfc use bresenham paint line
mfc-open-BMP-picture
- 数字图像处理- MFC教程 第一课 建立MFC和打开bmp图片-Digital Image Processing- MFC Tutorial Lesson establish MFC and open bmp picture
