搜索资源列表
opencv与mfc结合小程序
- 网上和书上的例子是openvc在测试平台上的应用,对于与mfc结合很少,这个例子是我自己编的一个小程序
mfc与opencv结合做的车牌定位、分割的程序
- mfc与opencv结合做的车牌定位、分割的程序 有源码,我也在学习阶段,与大家一起讨论研究。
MFC中应用OpenCV教程
- MFC中应用OpenCV教程:SDI,几页而已
用opencv打开图片和作边缘检测
- 在mfc上,用opencv打开图片和作边缘检测,直方图均衡化
在mfc下的opencv图像处理
- 在mfc下通过opencv对所捕捉到的图像进行一些2值化,边缘检测等等处理。以及一些算法的运用。
TrackEye_SourceCode.基于opencv的人脸和人眼检测程序
- 基于opencv的人脸和人眼检测程序,mfc界面,功能强大,简洁好用,Opencv-based human face and the human eye testing procedures, mfc interface, a powerful, simple and easy to use
FindRGB.利用OPENCV识别图片中的颜色区域的MFC程序
- 利用OPENCV识别图片中的颜色区域的MFC程序,共三种颜色:红、绿、蓝,OPENCV identify the use of the color picture of the MFC region, with a total of three colors: red, green, blue
CapVedio
- Visual C++ 6.0,基于opencv,MFC框架下开发,一个具有视频交互功能的桌面程序,功能类似于例程“Computer Vision Virtual Buttons”,能够实现基于视频交互的虚拟按钮的触发,-Visual C++ 6.0, based on opencv, MFC framework of development, a video interactive features of desktop applications, functions similar to th
opencv在MFC中的应用
- openCV在MFC中的使用,包括邻域处理、二值处理、综合处理等剧集的例子和演示效果。
opencv
- 基于opencv,可以显示图片,并进行相应的处理,亦可以播放AVI格式的视频文件,并实现快进快退,拖动等功能-Based on opencv, can display pictures, and the corresponding treatment can also play AVI format video files, and to achieve fast-forward, rewind, drag and other functions
showBMP
- 使用MFC ,用来打开BMP格式的照片。也可以使用opencv,联系起来使用-The use of MFC, used to open the BMP format pictures. You can also use opencv, linked to the use of ... ...
MFC
- 一个很好的有关OPENCV和MFC相结合的例子,-A good combination of relevant OPENCV and the MFC example,
shipin-opencv
- 用OPENCV+MFC简单地打开摄像头,和反色功能。要求装有OPENCV1.0库-With OPENCV+ MFC simply open the camera, and anti-color capabilities. Requirements with OPENCV1.0 Library
opencv 基于MFC对话框显示图像
- opencv 将opencv的图像数据显示在对话框的picture控件上!
MFC与OPENCV的结合
- 源代码,包括了基于opencv的常用的图像处理函数在MFC下的应用,例如 图像预处理,角点检测,霍夫变换,运动定位等例子。
基于MFC的OpenCV图像处理和显示
- 基于OpenCV的图像处理,通过点击按钮,选择要处理的参数,选择并将处理后的图像显示在图像控件上。
基于背景重构的目标检测
- 本代码主要利用vc6.0,opencv环境编写,mfc界面 利用背景重构原理对目标进行检测,适用于街道上的行人、车辆等目标。这是一个比较简单的代码,适合于对背景重构的学习,离商用还有一段距离。
CV MFC
- opencv mfc 在MFC中使用OpenCV 本程序是在 MFC 中使用 OpenCV 的演示程序,由3部分组成。(opencv mfc Using OpenCV in MFC This procedure is used in MFC OpenCV demo program, composed of 3 parts)
MFC+OpenCV图像处理
- MFC+Opencv,实现了opencv中的各种滤波、边缘检测、拉普拉斯变换及高斯变换等,源码。(MFC+Opencv,running all that important basic functions.)
Opencv一系列图像增强算法
- 基于OpenCV与mfc实现的一系列图像增强算法,边缘提取,直方图均衡化,各种滤波,应有尽有,界面美观大方