psycharo-zz / factor-graph

matlab/c++ factor graph framework
32 stars 8 forks source link

object tracking example #49

Open psycharo-zz opened 11 years ago

psycharo-zz commented 11 years ago

create a demo application - object tracking using the toolbox. something like this: http://www.mathworks.nl/products/matlab-coder/examples.html?file=/products/demos/shipping/coder/coderdemo_kalman_filter.html

ghost commented 11 years ago

Hi Timur --

I installed matlab 2012b on my home pc with tue credentials. videos demo worked fine on my winpc-64 matlab-2012b set up. Nice job!

1 warning, you may want ot look into this:


Starting test run with 21 test cases.
....................
.
PASSED in 0.543 seconds.
>> objectTrackingVideo
Warning: The Computer Vision System Toolbox coordinate system changed. You
invoked a function, System object, or block affected by the change. See R2011b
Release Notes for details. 
> In cvstGetCoordsChoice at 68
  In C:\Program Files\MATLAB\R2012b\toolbox\vision\vision\+vision\BlobAnalysis.p>BlobAnalysis.setParameters at 469
  In objectTrackingVideo>detectObject at 122
  In objectTrackingVideo>trackSingleObject at 27
  In objectTrackingVideo at 71