BPF

所属分类:matlab编程
开发工具:matlab
文件大小:1763KB
下载次数:1
上传日期:2018-03-12 15:57:16
上 传 者崇志
说明:  particle filter 1D.this code can help freshman.

文件列表:
BPF\@MColorHistogramHSV\Contents.m (532, 2007-01-23)
BPF\@MColorHistogramHSV\demo.m (4032, 2007-01-23)
BPF\@MColorHistogramHSV\display.m (246, 2007-01-23)
BPF\@MColorHistogramHSV\get.m (2188, 2007-01-23)
BPF\@MColorHistogramHSV\gethistogram.m (1333, 2007-01-23)
BPF\@MColorHistogramHSV\MColorHistogramHSV.m (2395, 2007-01-23)
BPF\@MColorHistogramHSV\private\approxeq.m (489, 2007-01-23)
BPF\@MColorHistogramHSV\private\computeCache.m (1024, 2007-01-23)
BPF\@MColorHistogramHSV\private\computeIndexImage.m (441, 2007-01-23)
BPF\@MColorHistogramHSV\private\displayProperties.m (137, 2007-01-23)
BPF\@MColorHistogramHSV\private\generateWindows.m (2731, 2007-01-23)
BPF\@MColorHistogramHSV\private\gethistogram_builtin.m (1238, 2007-01-23)
BPF\@MColorHistogramHSV\private\gethistogram_local.m (1423, 2007-01-23)
BPF\@MColorHistogramHSV\private\makeStochastic.m (886, 2007-01-23)
BPF\@MColorHistogramHSV\private\normalise.m (864, 2007-01-23)
BPF\@MColorHistogramHSV\private\process_options.m (4526, 2007-01-23)
BPF\@MColorHistogramHSV\private\setimage.m (378, 2007-01-23)
BPF\@MColorHistogramHSV\set.m (2430, 2007-01-23)
BPF\@MColorHistogramHSV\test.m (2487, 2007-01-23)
BPF\@MColorHistogramHSV\visualize.m (603, 2007-01-23)
BPF\@MImage\Contents.m (820, 2007-01-23)
BPF\@MImage\convert2gray.m (353, 2007-01-23)
BPF\@MImage\demo.m (215, 2007-01-23)
BPF\@MImage\display.m (210, 2007-01-23)
BPF\@MImage\fliplr.m (433, 2007-01-23)
BPF\@MImage\flipud.m (427, 2007-01-23)
BPF\@MImage\gaussblur.m (704, 2007-01-23)
BPF\@MImage\get.m (1277, 2007-01-23)
BPF\@MImage\imadjust.m (196, 2007-01-23)
BPF\@MImage\imgradient.m (1868, 2007-01-23)
BPF\@MImage\imread.m (1077, 2007-01-23)
BPF\@MImage\MImage.m (838, 2007-01-23)
BPF\@MImage\private\displayProperties.m (137, 2007-01-23)
BPF\@MImage\private\moon.tif (183950, 2007-01-23)
BPF\@MImage\private\peppers.png (287677, 2007-01-23)
BPF\@MImage\private\process_options.m (4526, 2007-01-23)
BPF\@MImage\private\trees.tif (526082, 2007-01-23)
BPF\@MImage\rot90.m (841, 2007-01-23)
BPF\@MImage\set.m (1252, 2007-01-23)
BPF\@MImage\subimage.m (787, 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

近期下载者

相关文件


收藏者