搜索资源列表
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.
OpencvUIDlg
- 基于opencv摄像头视频提取,可以保存,截取图像,以上工作均可在对话框中实现-useing vidoe,including grab a frame image,also can save video and image。you can finish these in a MFC dialogbased on opencv
ReadTiff
- 这是一段简单的读写tiff文件的代码,包含“readtiff.h”文件并使用tiff类就可以 这段代码仅作为学习参考使用,效率并不高,如果要做实际用途,还请使用opencv或者MFC等库 此代码用纯C++写成,是我以前练习时用,可供参考。-This is a simple code to read and write tiff file, containing " readtiff.h" file and use this code tiff c
cvision1
- 本程序是在MFC框架结构下,利用opencv打开,显示,保存图像,并可进行腐蚀处理。-This program is the structure of the MFC framework using opencv open, display, save the image, and can deal with corrosion.
PartLineTran
- 通过Opencv和MFC相结合进行图像处理,实现图像的局部线性变化,使用时可以根据用户需求更改参数,对感兴趣的部分进行局部变化,人机交互,值得下载-Opencv and MFC combination for image processing, image of the local linear change, using the parameters can be changed according to user needs, local changes in the part of int
Threshold
- 通过Opencv和MFC相结合进行图像处理,实现图像的阈值分割,通过人机交互选择阈值或者自适应阈值处理。可以支持用户交互修改阈值,便于使用-Opencv and MFC combination for image processing, image threshold segmentation, select the threshold of human-computer interaction, adaptive threshold processing. Modify the thresho
Repair
- 基于opencv的图像修复,用MFC编写的界面,实现图像在对话框的显示,额外添加了.dll .h和.lib文件,没装opencv的也可以运行,适合初学者-Opencv based image restoration, prepared with MFC interface, image displays the dialog box, add an extra. Dll. H and. Lib files, not installed opencv can also be run for beg
FaceDetectionCPP
- MFC实现的人脸检测,可以检测人脸位置,并标记眼睛、嘴巴、鼻子。没有使用OPENCV库函数,完全C语言实现。-MFC implementation of face detection that can detect human face position, and mark the eyes, mouth, nose. OPENCV library function is not used entirely in C language implementation.