搜索资源列表
meanshift
- 均值平移跟踪算法中核函数窗宽的自动选取代码,根据目标大小变化核窗宽,使得当目标出现大小变化时准确跟踪到目标中心
CAMSHIFTTracker
- Color-based tracking (CAMSHIFT) demo. Alexandre R.J. Francois Copyright (C) 2004 University of Southern California 介绍:CamShift是一种应用颜色信息的跟踪算法,在跟踪过程中,CamShift利用目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,从而得到当前图像中目标的尺寸和中心位置.在该代码的框架基础上可以开发视
haarcascade
- 利用级联的HAAR分类器寻找检测目标,采用OPENCV编写,代码简单运行稳定
基于mean-shift运动目标跟踪源码
- 基于mean-shift运动目标跟踪源码 是很好的代码 望大家支持
AVIObjDecter
- 该代码为对avi视频流中的目标,进行识别的代码,运行环境为vc6.0
affinetrack
- 一篇非常好的关于图像目标跟踪的硕士论文,本人有本方案的实现代码,有兴趣的人士可以联系,QQ:31731604
detection
- matlab实现目标检测代码,不过代码中还需要一个数据的代入
1-4YCC
- 本代码是在VC平台实现的摄像头输入的目标跟踪,以高斯建模做的背景,希望对大家有帮助-The code is in the VC camera platform target tracking input to Gaussian background modeling done, I hope all of you help
cannyfinal
- 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
siggen
- 这是一个用于多目标跟踪的信号产生代码,对于初学者非常有用。-this code is designed for signal geneation for rada tracking.
MotionDetection1
- 此代码用于运动目标检测,尤其是前期的目标背景建模等具有较好的效果-This code is used for moving target detection, especially early in the target background has a good effect modeling
rec
- 目标识别的代码,个人觉得还是比较好的。希望能够帮助大家-Target identification code, personally feel that it is quite good. Hope to help you
Main
- 基于C++的单目视觉下的行人检测代码,能快速准确识别具有某一特征的目标。-Pedestrian Detection Based on Monocular Vision C++ code, can quickly and accurately identify the target with certain characteristics.
MovingObjectTracking
- 运动目标跟踪程序代码 基于粒子滤波的目标跟踪程序-based on Particle File moving object tracking
color-histogram-matching
- 本代码实现多视频下的目标识别的方法。使用了颜色直方图特征,并计算巴氏距离得出目标是否匹配。可以使用背景较为简单的视频进行实现。-The code to achieve the target recognition method of multiple video. Color histogram, and calculates the the Pap distance derived target match. Can use relatively simple background video
moving_and_tracking
- 最常用的运动目标检测与跟踪的代码,基本的算法实现,C++6.0实现-The most commonly used moving target detection and tracking code, the basic algorithm, C++6.0 achieve
overfeat
- OverFeat 作者LeCun,基于DL的目标检测代码,喜欢请去个人主页下载-OverFeat author LeCun, DL-based target detection code, like a personal home page, please go to download! !
target-tracking
- 可以实现基于粒子滤波器和稀疏表示的目标识别,代码亲测可行-You can achieve target recognition based on particle filter and sparse representation of the code pro-test feasible
surf
- 基于surf的目标识别代码,代码经过了调试可以运行,效果不错!-Surf-based target identification code, the code can run debugging, good!
红外小目标检测算法Local CM
- 这是对2014 IEEE trans on GRS上的经典论文LCM的实现,还没有对代码进行优化,能完成任务,但效率不太高。(This is the implementation of LCM, a classic paper on 2014 IEEE Trans on GRS. The code has not been optimized and the task can be completed, but the efficiency is not very high.)