搜索资源列表
EdgeContour
- 使用Visual C++中的MFC对图像的边缘和轮廓进行处理,实,如图像边缘检测和轮廓提取等-Visual C++ using MFC in the edge and contour image processing, real, such as edge detection and contour extraction
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
Rotate
- 使用MFC编写的图像旋转算法,利用临近插值的方法实现图像旋转,并且旋转后的图像自适应窗口。-Written using the MFC image rotation algorithm, near the interpolation method used to achieve image rotation, and rotate the image after the adaptive window.
GrabCut(win32.exe)
- GrabCut是04年SIGGRAPH中一篇介绍图像分割的方法,这段可执行程序是一个实例,用MFC实现-SIGGRAPH 04 GrabCut is described in a method of image segmentation, this is an instance of an executable program, using MFC to achieve
MFC_OpenCV_Operation
- 1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
Lena
- 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
Lab1
- 利用Visual Studio 2008中的MFC,实现CCD摄像头图像获取并处理-Using Visual Studio 2008 in the MFC, to achieve CCD camera image acquisition and processing
BmpTest
- 运用MFC多文档,可以打开256位真彩图片并能显示出来。-Using MFC multi-document, you can open a 256-bit true color image and can be displayed.
HistogramEqualization
- 对图像进行直方图均衡化处理。使用时须设置“工程→设置→使用MFC作为静态链接库”。-Histogram equalization for image processing. To be set using the " Project → Settings → using MFC as a static link library."
image_compression_MFC
- 图像压缩源代码,用MFC编写的,亲测可用。但图片必须是灰度图像。-Image compression source code, written using MFC, the pro-test is available. But the picture must be a grayscale image.
1_9
- 图像处理的程序采用MFC实现,裂纹检测与处理-Image processing program using MFC implementation, crack detection and treatment
Appendix26
- 用mfc对bmp图像进行缩小和放大的处理-Bmp image using mfc for zoom in and out of the deal
TemplateTrans
- 使用Visual C++中的MFC进行图像处理,实现图像增强,如图像平滑,中值滤波,伪彩色编码等-Visual C++ using MFC in image processing, image enhancement, such as image smoothing, median filtering, pseudo-color coding
Image-processing-using-mfc
- 用mfc进行图像处理,程序实现了邻域平均,动态范围压缩,阈值分割,对称变换。-Image processing using mfc, the program implements the neighborhood average, dynamic range compression, threshold segmentation, symmetry transformation.
Image-processing-using-mfc2
- 用MFC进行图像处理,该程序主要实现了阈值分割,边缘检测,中值滤波,图像锐化。-Image processing using MFC, the program mainly to achieve the threshold segmentation, edge detection, median filtering, image sharpening.
Image-processing-using-mfc3
- 用MFC进行图形图像处理,该程序主要实现了缩放,滤波。通过平滑和锐化的的方法对图象进行滤波及对噪声的处理。-Graphical image processing using MFC, the program mainly to achieve the zoom, filter. Through the method of smoothing and sharpening of image filtering and processing noise.
tmDICOMFrame
- 用MFC对数字图象处理,用的图像是DICOM-Using MFC for digital image processing, DICOM image is used
image
- 用四种不同的方法实现了图像的扭曲,得到四种不同的效果,并可以改变参数,MFC界面里实现-Using four different methods to achieve the image distortion, to get four different results, and can change the parameters, MFC interface in the implementation
GaborTexture
- 使用MFC以及Gabor小波处理进行图像的特征纹理提取-Using MFC and Gabor wavelet to extract texture features for image
Picture_Stiching
- 本算法为经典的图像拼接算法,可以将两张包含部分相同的图片拼接成一张图片,采用MFC的界面设计模式,程序容易理解,方便操作,取得较好的效果。(The algorithm for the classic image mosaic algorithm, you can put two pieces of the same picture spliced into a picture, using MFC interface design mode, the program easy to unders
