Matlab_Tracker

所属分类:matlab编程
开发工具:matlab
文件大小:4013KB
下载次数:257
上传日期:2007-06-13 20:51:42
上 传 者bian_zg
说明:  采用Matlab编写的一个跟踪代码,能很好的跟踪汽车等刚性目标
(Matlab prepared a tracking code can be a good tracking vehicles rigid targets)

文件列表:
Matlab_Tracker\cv096.dll (782393, 2004-08-14)
Matlab_Tracker\cxcore096.dll (1032257, 2004-08-14)
Matlab_Tracker\drawboxmm.m (289, 2003-03-02)
Matlab_Tracker\highgui096.dll (569411, 2004-08-14)
Matlab_Tracker\Matlab_Tracker.zip (2134911, 2005-05-24)
Matlab_Tracker\Sample\frame00001.jpg (81487, 2003-06-07)
Matlab_Tracker\Sample\frame00002.jpg (80586, 2003-06-07)
Matlab_Tracker\Sample\frame00003.jpg (79808, 2003-06-07)
Matlab_Tracker\Sample\frame00004.jpg (79767, 2003-06-07)
Matlab_Tracker\Sample\frame00005.jpg (79464, 2003-06-07)
Matlab_Tracker\Sample\frame00006.jpg (79368, 2003-06-07)
Matlab_Tracker\Sample\frame00007.jpg (78060, 2003-06-07)
Matlab_Tracker\Sample\frame00008.jpg (82007, 2003-06-07)
Matlab_Tracker\Sample\frame00009.jpg (83097, 2003-06-07)
Matlab_Tracker\Sample\frame00010.jpg (79433, 2003-06-07)
Matlab_Tracker\Sample (0, 2007-05-16)
Matlab_Tracker\testTracker.asv (3531, 2007-01-12)
Matlab_Tracker\testTracker.m (3557, 2007-04-17)
Matlab_Tracker\tkMeanShift_Init.dll (65536, 2005-03-29)
Matlab_Tracker\tkMeanShift_Next.dll (81920, 2005-03-29)
Matlab_Tracker\tkPeakDifference_Init.dll (57344, 2005-03-29)
Matlab_Tracker\tkPeakDifference_Next.dll (57344, 2005-03-29)
Matlab_Tracker\tkRatioShift_Init.dll (65536, 2005-03-29)
Matlab_Tracker\tkRatioShift_Next.dll (69632, 2005-03-29)
Matlab_Tracker\tkTemplateMatch_Init.dll (53248, 2005-03-29)
Matlab_Tracker\tkTemplateMatch_Next.dll (53248, 2005-03-29)
Matlab_Tracker\tkVarianceRatio_Init.dll (57344, 2005-03-29)
Matlab_Tracker\tkVarianceRatio_Next.dll (57344, 2005-03-29)
Matlab_Tracker (0, 2007-01-12)

Matlab Version Tracker Testbed version: 1.0 Date: 03/29/2005 This application test the performance of various tracking algorithm. Include: (5 trackers) tkMeanshift_Init.dll tkMeanshift_Next.dll tkPeakDifference_Init.dll tkPeakDifference_Next.dll tkRatioShift_Init.dll tkRatioShift_Next.dll tkTemplateMatch_Init.dll tkTemplateMatch_Next.dll tkVarianceRatio_Init.dll tkVarianceRatio_Next.dll Usage: Please refer the "testtracker.m" Each tracker include two functions (dlls) below: 1. [initModel] = tkXXX_Init(image, objectBox [,objectMask]); Initilize tracker on the first frame Inputs: image: 3 channels and UINT8 input image for initial frame. objectBox: Box around object in the order of [left right top bottom]. objectMask: (optional), mask to define object shape. Outputs: initModel: object model, could be histogram or matix (type varied for different trackers). 2. [targetBox, targetMask] = tkXXX_Next(initModel, image, candidateBox) Apply tracker on the following frame Inputs: initModel: object model initialized on the first frame image: 3 channels and UINT8 input image for next frame. objectBox: candidate object Box to start search in the order of [left right top bottom]. Outputs: targetBox: tracked target Box in the order of [left right top bottom]. targetMask: mask to define target shape. Required Library:(OpenCV) cv096.dll cxcore096.dll highgui096.dll

近期下载者

相关文件


收藏者