搜索资源列表
图像处理课程设计
- 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i.
tuxianronghe.rar
- 用MFC实现图像融合和叠加功能,很好用的。,Using MFC to achieve image fusion and stacking features, very good use.
LinerTrans.rar
- visual c++ 图像处理 线性变换 用MFC写成的。,visual c++ image processing linear transformation written using MFC.
EdgeContour
- 使用Visual C++中的MFC对图像的边缘和轮廓进行处理,实,如图像边缘检测和轮廓提取等-Visual C++ using MFC in the edge and contour image processing, real, such as edge detection and contour extraction
Graphics
- 作为图形图像课程的设计,内容有椭圆中点(Bresenham算法),圆中点(Bresenham算法),直线中点Bresenham算法,画椭圆,画多边形(5边),画折线(6个点)。运行在VC6.0下用MFC-As a graphic image curriculum design, content elliptical midpoint (Bresenham algorithm), round the mid-point (Bresenham algorithm), a straight line
OpenCVTest
- 利用opencv1.0+VC6.0写的一个小程序,主要实现了: 1.打开jpg图片 2.图片上叠加文字信息 3.利用opencv把图片显示到一个Picture控件上 4.picture控件的重绘问题 5.图片合并-Using opencv1.0+ VC6.0 to write a small program, the main achievement of: 1. Open the jpg image 2. Picture superimposed text informat
cdib
- 这是本人的一个完整CDIB类,这对于使用MFC 进行图像处理编程极为重要,希望大家喜欢-This is a complete CDIB my class, which for the image processing program using MFC is extremely important, hope you like
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
MyVideo1.0_AutoCamshift
- 程序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 程序做的不完善,只能针对类似test.avi的视频进行测试。(读一下函数GetBlob()你就能明白为什么了) 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Program using MFC+ openCV prepared. Can be realized a
BmpTest
- 运用MFC多文档,可以打开256位真彩图片并能显示出来。-Using MFC multi-document, you can open a 256-bit true color image and can be displayed.
Appendix26
- 用mfc对bmp图像进行缩小和放大的处理-Bmp image using mfc for zoom in and out of the deal
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.
picture
- 利用MFC实现BMP图像的放大和缩小,当图片超过窗口是还可以显示滚动条已方便查看-Using MFC to achieve BMP images zoom in and out, when the image is more than window can also display the scroll bar is easy to see
opencv-MFC-Examples
- 这是本人收集的OpenCv与VC结合的一些例子,包括了许多基本的图像变换,开发工具为VC++ 6.0。-This is my collection of OpenCv using VC with some examples, including many of the basic image transformation, development tool is the VC++ 6.0.
ShowBitmap2
- 运用MFC设计图像打开界面,以及熟悉VISAL C++ 6.0 的使用-Open the image using MFC design interface, as well as familiar VISAL C++ 6.0 using
show-image-in-MFC-using-Opencv
- 在MFC中基于opencv显示图像到picture控件上-OPENCV based MFC picture control to display images
parking
- 使用MFC+OPENCV 检测停车场车位数量,包括打开任意图片,使用MFC显示,点击按钮检测车位,弹出窗口提示剩余车位数量-Use MFC+OPENCV detect the number of parking spaces, including open any image, using MFC display, click the button detect parking spaces, the pop-up window will prompt the remaining number
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
