搜索资源列表
multiple-track
- 使用opencv和mfc界面进行多目标自适应检测和跟踪的程序-Opencv and mfc interface using multi-objective adaptive detection and tracking procedures
target-detection-and-tracking
- 论文针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,利用OPENCV的运动物体跟踪的数据结构、函数和基本框架,建立一个由人机交互界面模块,运动物体的前景检测模块,运动物体的团块特征检测模块等,最后使用建立的系统进行了实验,结果表明系统能正确的进行运动物体的实时检测和跟踪,并具有良好的鲁棒性。-OpenCV-based moving target detection and tracking of some of the articles I read, I feel you c
TrackandID
- 运动目标检测,多目标跟踪技术,有助于进一步提高对opencv的理解能力。-Moving target detection, multiple target tracking technology to help further enhance the understanding of opencv.
Multiple-object-Detection
- 作者提的源代码 附paper 多目标检测 用来行人检测 亲自调试可用!-detection of multiple object instances using Hough transform(CVPR 10), 2010.
GMMtest
- 混合高斯模型,用于多模态场景中的背景前景检测,还特意实现了RGB前景目标的显示,用vs2010+opencv2.3.0开发-Used for background modeling, the gaussian mixture model can display the backgrounds, prospects. Can be used for multimodal,
duomubiaogenzong
- 五篇利用opencv不同方法的多运动目标检测跟踪的论文-Five different methods using opencv target detection and tracking of multiple moving papers
classperform
- VS2010和openCV220下编译,Haar分类器批量检测图片中的目标,一次最多加载图片20张,需加载训练好的Haar分类器,已包含frontface.xml-VS2010 and openCV220 compiled, Haar classifier picture batch testing goals, making up to 20 images loaded, you need to load the trained Haar classifier is included fron
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: 好的检测- 算法能够尽可能多地标识出图像中的实际边缘。 好的定位- 标识出的边缘要尽可能与实际图像中的实际边缘尽可能接近。 最小响应- 图像中的边缘只能标识一次,并且可能存在的图像噪声不应标识为边缘。-Canny goal is to find an optimal edge detection algorithm, the optimal edge detection means: Good test- a
MulTLD
- 多目标跟踪轨迹划分,标号,计数。利用背景差法做检测(multi-objec tracking)
pom_1.1.tar
- 多摄像头前景目标提取,检测在室内的运动人物的编号,多个摄像头提供的同步图像确定同一个人。(Foreground target extraction from multiple cameras)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)