搜索资源列表
myblobtrack.rar
- 基于OpenCV的物体跟踪..能够够根据输入的视频文件或摄像头捕捉的媒体文件进行分析,Blob Tracker base on OpenCV
Implementaciones_matlab
- Deal about important blob tracker
TracKIT
- TrackIT是一款开放式的机器视觉开发平台,目前集成了从相机输入、色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、Blob检测、相机标定、Kalman滤波器、光流跟踪器、最近邻域跟踪、数学形态学方法、机器学习算法等近100个组件,并在不断添加更新中,采用开源OpenCV、WxWidgets、CMU139等标准工具,使用XML动态解析界面,所有参数在界面上直接调整,同时可立即看到调整效果,并可动态加载组件,可用于一般科学研究和机器视觉系统开发。运行时需要.net框架支持。
blobtracker
- This a fine blob tracker for opencv 2.1, it uses background modeling.-This is a fine blob tracker for opencv 2.1, it uses background modeling.
TestSeq
- test of blob tracker
blobTrack_projet_initial_openCV
- The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-
blobtrack
- Blob Tracker Code. After initializing the location of the blob is tracked through out the stream. Fairly decent job
assignment5
- 对视频中的目标通过颜色进行跟踪,并用2D卡尔曼滤波跟踪器重新再次进行跟踪测定。-use color information to track a uniquely colored foreground blob,and also Implement a 2D Kalman filter tracker