搜索资源列表
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
cvision
- 简单的MFC+OPENCV,从文件中读取一张图片并对改图进行边缘检测!-An simple example of MFC&OpenCV.Read an image froe the file,and detect the edge of the image!
imageprocess
- MFC实现bmp图像读写,绘制直方图以及直方图处理-MFC achieve bmp image read and write, draw histogram and the histogram processing
imageTechFunction
- vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
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.
mymfc
- MFC界面基于对话框的OpenCV+VS2008实现图像读取,边缘提取-MFC dialog-based interface to achieve the image OpenCV+ VS2008 read, edge extraction
ImageSmooth
- 建立一个MFC窗口,可读入任何图像,利用OPENCV,作出Smooth图像转换-A MFC window, read into any image, use OPENCV, image conversion to Smooth
MERGE
- 基于VC编写的遥感影像融合结果评价程序,内有ENVI标准格式的读写代码。-Mfc prepared based on remote sensing image fusion evaluation process, there ENVI standard format to read and write code
ReadBmpDemo2
- 这个是基于MFC 的图像读取程序,可以独立于编译环境运行-This is based on the image to read MFC program that can run independent of the build environment
ImageShow
- 读取图像,打开图像,.各种格式的图片文件,用MFC工程的环境下编译的,可以在其基础上修改。-Read the image, open the image. A variety of image file format, an environment with MFC project compiled, you can modify its basis.
DisplayMode
- 是一个非常不错的MFC的学习材料,用于图像的读入于显示,用vc++读入一副图像,然后显示图像,是很好的MFC的初学资料-MFC is a very good learning materials, for reading the image on the display, using vc++ read an image, and then display the image, is a good beginner information MFC
lightingcompensation
- 基于MFC读取和显示BMP格式的图像,然后对该图像进行光线补偿这种预处理。-MFC-based read and display BMP format images, and then compensate for the lighting of the image preprocessing.
BmpMFC
- 有时在图像处理领域要用到边缘检测,这是要先读入图像再边缘检测,在mfc中读入bmp图像文件,-Sometimes use to image processing, edge detection, which is first read into the image and then edge detection, reads in mfc bmp image files
mymfc
- VC++6.0环境下基于对话框Dlg的MFC程序,能够读取显示位图文件BMP,并且进行边缘处理。在此基础上还可以扩展其他的功能,希望对图像处理的初学者有帮助。-VC++6.0 environment Dlg dialog-based MFC program that can read the display bitmap file BMP, and the edge of the handle. On this basis, can also extend other features,
hexingmin
- 用MFC实现了图像的读取,显示,和直方图均衡化,直方图的显示,均值滤波,中值滤波,指数变换等-MFC implementation of the image read, display, and histogram equalization, histogram display, mean filtering, median filtering, exponential transform
MITK-based-3D-visualization
- 本文以医学影像处理与分析平台MITK为基础,在VS2008环境中建立MFC应用程序,首先实现了多种格式二维CT图像文件的读取显示、切片浏览和数据保存;再通过MC算法和光线投影算法得到表面绘制模型和体绘制模型;最后完成对三维图像简单的人机交互式操作。-Medical image processing and analysis platform MITK the establishment of an MFC application in VS2008 environment, first of
vedio_image
- 基于对话框的MFC开发的视频图像读取处理、视频读取播放的程序,源代码-Read developed based on the MFC dialog video image processing, video and read the play program, source code
BMP--iamge-Segment
- 基于MFC的单文档程序,读入图像以后,首先得到的是图像的直方图,然后通过阈值读图像进行分割,图像可以是彩色图像,也可以是非彩色。-MFC-based single document procedures , the read image is first obtained after a histogram of the image , and then divided by the threshold value read image , the image may be a color im
VS2008
- VS2008环境下基于MFC读取显示图像、更改背景图像-VS2008 environment based MFC read the display image, change the background image
Image_grey_fisheye
- 1、使用GDI+库读取图片; 2、对图像进行灰度处理 3、对正常图像进行鱼眼效果处理(mfc ui, gdi+ read image, grey convert, fish eye convert)