搜索资源列表
gsnake_src
- snake算法,用于轮廓检测,可以用于跟踪算法。-snake algorithm for contour detection, tracking algorithm can be used.
210117183512005710194519707843
- 边缘检测和轮廓跟踪程序,在matlab环境下进行的编程-edge detection and tracking procedures outline of the Matlab environment for programming
Continuousoverlappursuitmethodtodetectmovingobject
- 这是一个关于图象检测的PDF文档,由日本一会知名的科学家编写的,当中介绍了如何实现图象的跟踪与检测,如二值图象,差分图象-This is an image of the detection of PDF files from Japan will be a well-known scientists prepared, which explains how to achieve image tracking and detection, such as binary images, Image
rljc
- 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换色彩空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。
23825759hbp0.1
- 人体运动检测与运动跟踪的源代码,用到了最新的算法,对这方面研究的人员很有帮助
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
Condensation_0.01A.rar
- 来自美国著名大学的研究,实现动目标的自动跟踪算法,from leading universities in the United States, to achieve the automatic moving target tracking algorithm
Cmeanvalue
- 基于背景差分算法和C均值聚类算法的车辆检测与跟踪-Based on background difference algorithm and C means clustering algorithm for detecting and tracking vehicles
blinkdetect-src
- 眨眼检测,先用haar特征框定人脸,然后用camshift跟踪人脸,根据几何特征得到人眼的大概位置,然后根据直方图的变化检测眨眼-Blink detection, the first feature with the haar framed face, and then use camshift tracking human face, according to the geometric features are the approximate location of the human ey
TrackingAlgorithm
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE in this example is given
FindFace
- Adaboost 人脸检测的程序,实现静态图片人脸检测,摄像头实时人脸跟踪功能。速度较快,正脸检测率较高。-Adaboost face detection process, to achieve a static image, face detection, camera, real-time face tracking. Speed, face detection rate is higher.
123
- 智能交通系统中基于视频图像处理的车辆检测与跟踪方法综述-Intelligent transportation systems based on video image processing of vehicle detection and tracking methods were reviewed
prediction-face-technology
- 眼睛的跟踪与预测技术,这样便于后于检测的速度,-Eye tracking and prediction technology, so it is easy to test speed, eventually
Computer-vision-based-lpr-System
- 计算机视觉是一门研究如何使机器“看”的科学,更进一步的说,就是是指用摄影机和电脑代替人眼对目标进行识别、跟踪和测量等机器视觉,并进一步做图形处理,用电脑处理成为更适合人眼观察或传送给仪器检测的图像。作为一个科学学科,计算机视觉研究相关的理论和技术,试图建立能够从图像或者多维数据中获取‘信息’的人工智能系统。这里所 指的信息指Shannon定义的,可以用来帮助做一个“决定”的信息。因为感知可以看作是从感官信号中提 取信息,所以计算机视觉也可以看作是研究如何使人工系统从图像或多维数据中“感知”的科学
kecheng2011
- 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
Sroaadinfeerm
- 智能汽车中一种基于视觉的道道路检测与跟踪算法,里有源代码 -Smart car in a vision-based Road road detection and tracking algorithms, source code
vehicle-detection-tracking-
- 一种运动车辆检测跟踪系统,VC++源码,有源码、说明及演示可执行程序,对学习和研究图像处理、模式识别很有帮助。 -A moving vehicle detection and tracking system, VC++ source code, source code, descr iption and demo executable program, learning and research image processing, pattern recognition helpful.
Detection
- 经典论文,用于复杂背景下的运动检测算法,对于研究图像跟踪很有帮助。-In this paper, a new real-time algorithm detects salient motion in complex environments
detection-and-tracking
- 雷达检测跟踪过程无缝连接过程。 雷达检测跟踪过程无缝连接过程。-Detection and tracking are normally considered separate processes. First the signal processing system associated with a sensor examines the signal to determine whether to call detection. Once detection is called, it is
运动目标检测与跟踪c++.rar
- VC编程实现运动目标检测与跟踪。包括了视频读取,运动目标识别检测,以及实施跟踪等。