搜索资源列表
C++ImageProcess
- 实现图像处理技术(非MFC方法),包括二值化等等。-image processing technology (MFC methods), including the value of the two, and so on.
FaceDetection
- 用VC++ MFC实现图像中的人脸检测和识别.<<Visual C++ 实践与提高-数字图像处理于工程应用篇>>附带光盘中的代码,第十三章,实现人脸检测所有功能.
PixelFusion
- VC++图像处理程序,用MFC实现图像融合和叠加功能.<<Visual C++ 实践与提高-数字图像处理于工程应用篇>>附带光盘中的代码,第十章,实现图像融合所有功能.
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
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
MFC-image-processing
- 用于图像处理分析的c++ MFC源程序,包含各种图像处理方法,如边缘检测,直方图,拉普拉斯变换,灰度图转换等。-MFC programme,laplace convertion,gray picture,edge detect.
DigitImageProcess
- 精美的基于C++MFC制作的图像处理软件,花了好几周才做好的哦~~~欢迎大家下载-Fine C++ MFC-based image processing software produced, it took several weeks to do a good job, oh ~ ~ ~ welcome to download
基于MFC的OpenCV图像处理和显示
- 基于OpenCV的图像处理,通过点击按钮,选择要处理的参数,选择并将处理后的图像显示在图像控件上。
MFC-image-processing
- 应用C++的MFC模块,实现数字图像处理,包括特效显示、几何变换、点变换、图像增强、滤镜等。-Application of C++ MFC module, digital image processing, including special effects show, geometric transformation, point conversion, image enhancement, filters, etc.
Zoom-and-Move
- C++,基于MFC进行图像处理,可实现对图像的任意倍数放缩,任意平移(无范围限制)-C++, MFC-based image processing can be realized on any multiple image scaling, any translation (also out of range)
图像处理基础
- 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.