Motion-Based Multiple Object Tracking
显示 更早的评论
hi, i am new to Matlab. I am working on object detection and recognition/tracking in surveillance. I need to execute "Motion-Based Multiple Object Tracking Code". I am unable to run it in Matlab. link for code is given below: http://www.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html
3 个评论
Walter Roberson
2015-11-18
What error message do you see? Which version of MATLAB do you have installed? Do you have the Computer Vision toolbox licensed and installed?
laiba fiaz
2017-7-26
编辑:Walter Roberson
2017-7-26
i face the below error can you guide me about this as i m using 2013a matlab
function MotionBasedMultiObjectTrackingExample()
|
Error: Function definitions are not permitted in
this context.
Walter Roberson
2017-7-26
You need to store all of that code into a file named MotionBasedMultiObjectTrackingExample.m . MATLAB does not permit defining functions at the command prompt.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!