搜索资源列表
Photo
- 这是一段数字图像处理的代码,主要是实现了灰度图的显示,是基于MFC单文档的
badaoxiama1
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 虽然已经弄出来了,还是希望大家好好读读源程序。 你们以
imagehandle
- 采用MFC开发,集合了非常多的图像处理功能,非常适合学习图像编程的同学
ImageWarping
- 一个简单的使用IDW和RBF算法对图像(只支持bmp格式)进行变形的MFC程序,可以当作图像处理入门时的练习参考。
photodraw
- 一个不可多得的学习数字图像处理的vc++程序。使用mfc,希望对初学vc的兄弟会有帮助-a rare study of the Digital Image Processing vc procedures. Mfc use, and I hope to beginners vc brother will be helpful
图像处理_增强
- 里面是一个Visual Studio的C++项目,是使用MFC用于图像增强方面的。注释详细,一起学习吧
实现了图像平移变换的功能
- 实现了图像平移变换的功能,用VC++,MFC完成喜欢数字图像处理的可以仔细看看带代码,一起学习-To achieve the image shift transform functions with VC++, MFC done like digital image processing can take a closer look at the code, learning together
实现了图像二值化变换的功能
- 实现了图像二值化变换的功能,用VC++,MFC完成喜欢数字图像处理的可以仔细看看带代码,一起学习-To achieve the image binarization transformation function, using VC++, MFC done like digital image processing can take a closer look at the code, learning together
DIPDemo
- 数字图像处理的MFC实现,功能很全,其中菜单要自己改成创建的菜单-MFC implementation of digital image processing, feature very wide, which changed the menu to create their own menu
用VC++实现图像缩放变换的功能
- 实现了图像缩放变换的功能,用VC++,MFC完成喜欢数字图像处理的可以仔细看看带代码,一起学习-Image scaling to achieve the transformation function, using VC++, MFC complete digital image processing can be like a closer look with the code, learning together
MFCkxlOpenCV
- 基于MFC使用OPENCV视觉处理类库编写的一个图像处理软件-Graph processing software based on MFC using OpenCV
image
- MFC实现对图像的基本处理,包括图像分割,边缘提取等功能,主要实现对 8位或者24位图的操作。-MFC to achieve the basic image processing, including image segmentation, edge detection and other functions, mainly to achieve 8-bit or 24-bit map operation.
MFC
- 运用mfc框架,是图像处理的编程基础代码,有图像读取等功能-mfc
learningimageccode
- 图像处理入门C源码分析 有很多图像处理得MFC软件以及源码 还有全面的word文档讲解图像的各种知识-Introduction to C source code analysis image processing, there are many image-processing software, and get MFC source code includes a full image of the word document explaining the various knowledge
exa6_1
- 在MFC框架下,配置好相关文件,利用OPENCV进行基础的图像处理代码-the basic code of image procesing under the mainframe of MFC.the soft of opencv is used
imageprocessing
- 能实现几乎所有的图像处理功能 包括点运算,几何变换,正交变换,图像分析,形态学变化等等,具体表现为阈值变换 轮廓提取 背景提取 图像编码等等,是不可多得的采用MFC处理图像的工程-Can achieve almost all of image processing functions include point operations, geometric transformations, orthogonal transform, image analysis, morphology, etc.
ImageSearch
- 基于特征搜索的图像处理MFC程序,开发环境是vs2005 sp1,-image search
mfc-open-BMP-picture
- 数字图像处理- MFC教程 第一课 建立MFC和打开bmp图片-Digital Image Processing- MFC Tutorial Lesson establish MFC and open bmp picture
Image--Browser-Based-on-MFC
- 针对不同格式的图像编码与解码方法,设计出不同的解码模块,实现对图片进行读、写、显示及转换等功能。利用图像处理中一些常用的变换算法,实现图像的放大、缩小、旋转及百叶窗、马赛克等显示特效,并将这些功能集成。-Different formats for image coding and decoding methods, design different decoding module enables the image to read, write, display and conversion.
DIP_System-master
- 利用mfc框架制作的图像处理软件,具有平滑,锐化等等功能(The image processing software produced by the MFC framework has the functions of smoothing, sharpening and so on)