搜索资源列表
motiondetect.rar
- 使用OpenCV 来寻找轮廓实现视频流的运动目标检测 能检测一段视频或网络摄像头实时读入视频中的运动物体,it is a short code that can detect the motion object of a vedio or through a web camera using opencv and visual c++. ..
FaceDetection
- 基于visual c++ 2005和OpenCV环境 FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static envir
DigitalImageProcess_Win
- 是用VS2008并运用C#编写多文档windows应用程序。实现了数字图像的平滑和边缘检测功能,同时包含了浏览网页的功能。-Is written C# VS2008 and use multiple document windows application. Realization of the digital image smoothing and edge detection, and web browsing features included.
canny-web
- Canny 边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。更为重要的是 Canny 创立了边缘检测计算理论(Computational theory of edge detection)解释这项技术如何工作。-Canny edge detection operator is the John F. Canny in 1986, developed a multi-level edge detection algorithm. More important
Frljjczipa
- 人脸识别技术能应用于一种基于网络的身份认证,我们实现了一种基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换色彩空间、人脸肤色建模模、后处理操作与人人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,能应用于一种基于WebCam的身份认证。 -Face recognition technology can be used in a web-based
FaceDetection
- FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Note FaceDetection need OpenCV li
novelty_detection_gmm
- 使用holcon基于高斯混合模型对网格的异常检测-This example program shows you how to use the GMM classifier for novelty detection to perform a web inspection task. To perform the novelty detection, * all pixels belonging to the single trained class are computed, and
novelty_detection_dyn_threshold
- 在halcon中局部阈值分割图像检测网孔是否损坏-he task of this example is to detect defects on web using the operator dyn_threshold.