搜索资源列表
CVMFC
- OpenCV图像处理入门,可以对图像进行邻域处理,二值化,二值图像处理,形态学处理等。-Introduction to OpenCV image processing, image neighborhood can handle, binary, binary image processing, morphological processing.
CVMFC
- 非常好用的OPENCV程序包。内涵多种功能如面部识别,流光检测算法-Very easy to use the OpenCV package. Connotation of a variety of functions such as facial recognition, streamer detection algorithm
CVMFC
- MFC OPENCV 图像处理的程序 图像处理的程序-MFC OPENCV Image processing
CVMFC
- Opencv的版本是1.0的,在VC++6.0下基于MFC框架的代码程序,里面基本上包含了Opencv图像处理的常用函数的应用,适合初学者。-Opencv version is 1.0, and in VC++6.0 MFC framework code-based program, which basically consists of the application of common Opencv image processing functions, suitable for begin
CVMFC
- C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理 使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny 边缘检测。三、用 DirectShow 编制的视频采集程序