Meanshift

所属分类:图形图像处理
开发工具:Visual C++
文件大小:205KB
下载次数:271
上传日期:2007-10-10 15:55:46
上 传 者ayzhang_shx
说明:  基于均值漂移理论的该进算法,能对有一定遮挡的目标实现跟踪,可能对学习跟踪的出学者有一定帮助
(Based on the theory of mean-shift into the algorithm, can have a certain block to achieve the objective of tracking and tracking of learning may be a scholar has a certain extent, help)

文件列表:
Meanshift\bandmat.cpp (14845, 2003-09-23)
Meanshift\boolean.h (594, 2003-09-23)
Meanshift\cholesky.cpp (1926, 2003-09-23)
Meanshift\cmyimage.cpp (9814, 2003-09-27)
Meanshift\cmyimage.h (1440, 2003-09-23)
Meanshift\controlw.h (1489, 2003-09-23)
Meanshift\CPixel.cpp (828, 2003-09-23)
Meanshift\CPixel.h (633, 2003-09-23)
Meanshift\CTrack.cpp (18037, 2004-09-02)
Meanshift\CTrack.h (1737, 2004-09-02)
Meanshift\Debug (0, 2006-10-10)
Meanshift\definitions.h (1657, 2003-09-23)
Meanshift\evalue.cpp (8777, 2003-09-23)
Meanshift\fft.cpp (14111, 2003-09-23)
Meanshift\hholder.cpp (4642, 2003-09-23)
Meanshift\include.h (5372, 2003-09-23)
Meanshift\input.txt (556, 2004-09-02)
Meanshift\jacobi.cpp (3458, 2003-09-23)
Meanshift\main.cpp (2102, 2004-09-02)
Meanshift\main.dsp (6517, 2005-10-02)
Meanshift\main.dsw (531, 2003-09-23)
Meanshift\main.ncb (377856, 2005-10-07)
Meanshift\main.opt (166400, 2005-10-07)
Meanshift\main.plg (2822, 2005-10-07)
Meanshift\myexcept.cpp (13115, 2003-09-23)
Meanshift\myexcept.h (11597, 2003-09-23)
Meanshift\newfft.cpp (33459, 2003-09-23)
Meanshift\newmat.h (61921, 2003-09-23)
Meanshift\newmat1.cpp (4091, 2003-09-23)
Meanshift\newmat2.cpp (16255, 2003-09-23)
Meanshift\newmat3.cpp (23302, 2003-09-23)
Meanshift\newmat4.cpp (22308, 2003-09-23)
Meanshift\newmat5.cpp (14419, 2003-09-23)
Meanshift\newmat6.cpp (23343, 2003-09-23)
Meanshift\newmat7.cpp (29606, 2003-09-23)
Meanshift\newmat8.cpp (19171, 2003-09-23)
Meanshift\newmat9.cpp (1524, 2003-09-23)
Meanshift\newmatap.h (4987, 2003-09-23)
Meanshift\newmatex.cpp (8636, 2003-09-23)
Meanshift\newmatio.h (953, 2003-09-23)
... ...

directions for running this code: Note this mean shift operates in the grayscale color space(all 3 channels are used but they are used sequentially) - open main.cpp and include all the .cpp and .h file in the project. - go to project then settings and then to debug, under working directory enter your directory where input.txt file is present, under program arguments, enter input.txt - the file input.txt contains your input path and other commands, complete input command structure is listed at the end of the file(also you can see my input commands as an example). the program works with uncompressed avi files. Other file formats have not been tested. - then just build everything and execute the code. The output files will be in the specified directory. A simple output file is generated for the most recent dataset with the xy coordinates and radius size of the mean shift tracker The program has mouse io support. //if left button clicked then if a number(digit) typed the left mouse //coordinates are used as new center location //if after left mouse button the r key is pressed then you can type a new radius //size in the command prompt //the right mouse button toggles between pause and unpause //while paused you may press the - or = key to move backwards or forwards manually

近期下载者

相关文件


收藏者