BPF_1_4

所属分类:图形图像处理
开发工具:matlab
文件大小:3258KB
下载次数:33
上传日期:2013-04-15 15:23:41
上 传 者delphi_zmy
说明:  BPF在视频跟踪中用来求解多目标匹配,最佳匹配优先的启发式算法
(BPF used in the video track to solving multi-goal match, the best match priority heuristic algorithm)

文件列表:
BPF (0, 2012-02-29)
BPF\BPF (0, 2012-02-29)
BPF\BPF\@MColorHistogramHSV (0, 2012-02-29)
BPF\BPF\@MColorHistogramHSV\Contents.m (532, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\MColorHistogramHSV.m (2395, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\demo.m (4032, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\display.m (246, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\get.m (2188, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\gethistogram.m (1333, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private (0, 2012-02-29)
BPF\BPF\@MColorHistogramHSV\private\approxeq.m (489, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\computeCache.m (1024, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\computeIndexImage.m (441, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\displayProperties.m (137, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\generateWindows.m (2731, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\gethistogram_builtin.m (1238, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\gethistogram_local.m (1423, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\makeStochastic.m (886, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\normalise.m (864, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\process_options.m (4526, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\private\setimage.m (378, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\set.m (2430, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\test.m (2487, 2007-01-23)
BPF\BPF\@MColorHistogramHSV\visualize.m (603, 2007-01-23)
BPF\BPF\@MImage (0, 2012-02-29)
BPF\BPF\@MImage\Contents.m (820, 2007-01-23)
BPF\BPF\@MImage\MImage.m (838, 2007-01-23)
BPF\BPF\@MImage\convert2gray.m (353, 2007-01-23)
BPF\BPF\@MImage\demo.m (215, 2007-01-23)
BPF\BPF\@MImage\display.m (210, 2007-01-23)
BPF\BPF\@MImage\fliplr.m (433, 2007-01-23)
BPF\BPF\@MImage\flipud.m (427, 2007-01-23)
BPF\BPF\@MImage\gaussblur.m (704, 2007-01-23)
BPF\BPF\@MImage\get.m (1277, 2007-01-23)
BPF\BPF\@MImage\imadjust.m (196, 2007-01-23)
BPF\BPF\@MImage\imgradient.m (1868, 2007-01-23)
BPF\BPF\@MImage\imread.m (1077, 2007-01-23)
BPF\BPF\@MImage\private (0, 2012-02-29)
BPF\BPF\@MImage\private\displayProperties.m (137, 2007-01-23)
BPF\BPF\@MImage\private\moon.tif (183950, 2007-01-23)
... ...

========================================================================== DISCLAIMER: The demo software is designed in matlab and the result produced by the matlab code is not exactly same as the result presented by the paper since the result in the paper is produced originally with C++. The source code and data is made publicly available mainly for helping those who are interested in the implementation details of BPF. Also for the sake of simplifying the implementation, the mixture particle filter is not used anymore and instead a set of indepedent particle filters is used. However, this does not affect the core of BPF which is the construction of mixture proposals. Lastly, there is no guarantee for the presense of bugs in the code. ========================================================================== This directory contains the most recent version of the public distribution of BPF in Matlab. There are a mex version of adaboost detector and a function of getting adaboost confidence. For copywright issues, please refer to a file called "COPYING.txt" in this directory. There are several subdirectories: BPF: the source code for BPF external: code from external sources that are publicly available - KPMtools by Kevin Murphy [ http://www.cs.ubc.ca/~murphyk/Software/index.html ] - lightspeed by Tom Minka [ http://research.microsoft.com/~minka/software/lightspeed/ ] data: a sequence of image files For the first time user: 1. Start Matlab 2. >startup 3. >test(TrackerBPF) For details, please start reading BPF/@TrackerBPF/demo.m NOTE: For the displaying purpose, color coded square boxes are drawn for tracked targets. However, the color information is only extracted from the black box within a color coded square box. The boxes that are close enough to be interacting are colored in black. Acknowledgements: Thank Wei-Lwun Lu for contributing his implementation of computing hsv color histograms using integral image techniques. Also thank Kevin Murphy and Tom Minka for their matlab tool box. Kenji Okuma okumak[at]cs.ubc.ca

近期下载者

相关文件


收藏者