搜索资源列表
f-domain...
- 该程序为在VC++环境下利用MFC编写的图像处理的小程序,能显示和处理真彩色和灰度图,并包含有基本的图像变换处理分析函数!-the procedures for the use of VC environment prepared by the MFC small image processing procedures, display and can handle true color and gray-scale map, and includes a basic image process
PicTest
- VC/MFC 常见的几种图像显示的方法: 1.使用CBitMap,在OnPaint 中绘制 2.用picturn控件绘制 3.用背景图 4.用KoDak控件(需要已经安装) -VC / MFC common image shows several ways : 1. CBitMap use. Drawing the OnPaint 2. Controls used picturn drawing three. use background Figure 4. charge
histogram-用VC++建立MFC多文档对灰度图像进行的直方图均衡化
- 用VC++建立MFC多文档对灰度图像进行的直方图均衡化,本文档提供了所有步骤以及源代码!-Build with VC++ MFC Multiple Document for grayscale image histogram equalization, this document provides all the steps and source code!
LinerTrans.rar
- visual c++ 图像处理 线性变换 用MFC写成的。,visual c++ image processing linear transformation written using MFC.
GlowAndShadowEffect_src.rar
- 这是一个在mfc框架下处理图片和文字特效的程序,对刚接触mfc编程和图像处理的朋友应该很有帮助!!!,This is a mfc framework in dealing with images and text under the effects of procedures,刚接触mfc programming and image processing should be helpful to a friend! ! !
OpenCVforColorSpaceConvertion
- OpenCV编写的图片彩色空间转换MFC程序,同时可以进行视频处理。共五个彩色空间。-A VC MFC program to for color image color-space convertion. 5 color spaces in total.
ImageProcessing
- MFC API Image Processing Program
2D3DPro
- 图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。-First, to obtain images bmp image files, and the other is from the clipboard. The code in the MFC library functions in the OpenGL calls to achieve the three-dimensi
Kmeans_process
- 该程序用了Kmeans算法,对图像进行处理,用的是MFC的框架,也很易于操作,可以进行任意聚类。-The program used Kmeans algorithm, image processing, using the MFC framework, is also very easy to operate, can be arbitrary cluster.
lsbwatermarking
- 代码在MFC框架上实现了LSB算法,并实际应用于BMP图像文件的水印程序中-Code in the MFC framework to achieve the LSB algorithm, and BMP image files actually used in the watermark process
ImageCoding
- 图像编码,哈夫曼,算术,位平面编码,是mfc的-Image coding, Huffman, arithmetic, bit-plane coding
6169_curve
- 一个自己写的MFC类,用于自动绘制函数图像。-He has written an MFC class for automatic drawing function of the image.
New4
- 实现了图像的二阶微分算法,以Laplace为例。源码包括MFC下显示图片,和Laplace算法代码。-To achieve the image of the second derivative algorithm to Laplace, for example. MFC source code is displayed, including pictures, and Laplace algorithm code.
subImage
- 使用vc++,opencv和mfc和编写的图像截图的软件,提供使用自己花曲线和使用矩形框来进行截图-The use of VC++, opencv and MFC and the preparation of image capture software, provided by the use of his flowers curve and the use of rectangular box to screenshot
ComputerGraphic
- 此程序是基于mfc的计算机图形的编程程序,该程序包括基本的图形绘制,3d图形的显示等,对计算机图像的编程学习具有较高的参考价值-This program is a program based on the the mfc computer graphics programming, the program includes a basic graphics rendering, 3d graphics display, learning the programming of the comput
proj_1
- 用MFC作的,包含基本图像处理,例如灰度变换,对数变换,直方图均衡-Using MFC, contains basic image processing, such as gray-scale transformation, logarithmic transformation, histogram equalization, etc.
k-means
- 利用k-means聚类对图像进行分割,在MFC中实现。-k-means image segmentation by c++
wxImage
- 图像平滑锐化,C++编写,MFC界面,简单易用-Image smoothing sharpening
sourcecode
- 用NCC来实现图像的配准,代码能够直接运行,mfc-image register mfc
Binary-Image
- 将一幅灰度图像转换成二值化图像,并通过MFC界面显示出来。-the function is to make a gray image to binary image.