搜索资源列表
C++ImageProcess
- 实现图像处理技术(非MFC方法),包括二值化等等。-image processing technology (MFC methods), including the value of the two, and so on.
visual c++.net应用编程150例
- 本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certa
图像处理_增强
- 里面是一个Visual Studio的C++项目,是使用MFC用于图像增强方面的。注释详细,一起学习吧
LinerTrans.rar
- visual c++ 图像处理 线性变换 用MFC写成的。,visual c++ image processing linear transformation written using MFC.
cximage600_demo
- CxImage是一个可以用于MFC 的C++图像处理类库类,它可以打开,保存,显示,转换各种常见格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的互相转换。-CxImage is a C++ class to load, save, display, transform BMP, JPEG, GI
cell
- 基于Visual C++,MFC界面,用于统计图片中细胞数量,包含一些图像处理功能,简单易用-Based on Visual C++, MFC interface for statistical picture number of cells, contains a number of image processing functions, easy to use
bitmap
- Visual C++ 利用MFC进行图像处理的基础程序-Visual C++ using MFC-based image processing program
IMGCaputre
- 使用Visual C++平台中的MFC进行图像处理,对打开的图片利用Bayer和Floyd-Steinberg这两种算法进行二值处理-Platform using Visual C++ MFC in image processing, the use of the open picture and Floyd-Steinberg Bayer both binary processing algorithms
GeoTrans
- 使用Visual C++软件中的MFC进行图像处理,可以实现图像的几何变换,如图像的平移、旋转、缩放等功能-Using Visual C++ MFC software for image processing, image geometric transformation can be achieved, such as image translation, rotation, scaling and other functions
FreTrans
- 使用Visual C++软件中的MFC进行图像处理,可以实现图像的正交变换,如图像的傅里叶变换、沃尔什变换等-Using Visual C++ MFC software for image processing, the image of the orthogonal transformation can be achieved, such as the image of the Fourier transform, Walsh transform, etc.
TemplateTrans
- 使用Visual C++中的MFC进行图像处理,实现图像增强,如图像平滑,中值滤波,伪彩色编码等-Visual C++ using MFC in image processing, image enhancement, such as image smoothing, median filtering, pseudo-color coding
CxImage
- VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 -VC++ image processing library CxImage source code, CxImag
Based-MFC-image-processing-design
- 基于MFC的图像处理程序的设计研究,主要讲述了,图像处理的C语言实现过程-Based MFC image processing design study
DigitImageProcess
- 精美的基于C++MFC制作的图像处理软件,花了好几周才做好的哦~~~欢迎大家下载-Fine C++ MFC-based image processing software produced, it took several weeks to do a good job, oh ~ ~ ~ welcome to download
C++MFC数字图像处理
- 是很详细和全面的利用C++和MFC对数字图像进行处理的代码
C++
- 用MFC实现的一个小程序,可以对图像进行读、写、反色等基本操作
基于MFC的OpenCV图像处理和显示
- 基于OpenCV的图像处理,通过点击按钮,选择要处理的参数,选择并将处理后的图像显示在图像控件上。
图像处理基础
- c语言实现图像处理几何变换基础技术。编程平台为vc6.0。MFC程序.。运行dutu.cpp文件,得到图像处理界面,点击相应按钮,输出处理后图像。(C language implementation of image processing, geometric transformation, basic technology. The programming platform is vc6.0. MFC program. Run the dutu.cpp file, get the image
DIPDemo_vc6(1)
- MFC图像处理示例,包括平移,镜像,线性变换,中值滤波,高通滤波,增强等(MFC image processing examples, including translation, mirror image, linear transformation, median filtering, high pass filtering, enhancement, etc.)
YUV_Player_简易YUV播放器
- debug文件夹下有可直接运行的EXE文件,可以先预览一下效果。 实现YUV视频的播放、暂停、下一帧、退出等功能。 基于MFC、C++实现。 YUV格式视频需要通过YUV转换器实现,已包含在文件夹内。(Debug folder can be run directly under the EXE file, you can preview the effect. YUV video playback, pause, next frame, exit and other functions.