Problem Opening Examples for Object Tracking

4 次查看(过去 30 天)
Hello,
I am running a MATLAB R2018a ,
When I try running a matlab example:
openExample('vision/MotionBasedMultiObjectTrackingExample')
I encounter:
Error using exampleUtils.componentExamplesDir (line 10)
Invalid argument "vision".
Error in findExample (line 18)
componentExamplesDir = exampleUtils.componentExamplesDir(component);
Error in setupExample (line 5)
metadata = findExample(arg);
Error in openExample (line 10)
[workDir,metadata] = setupExample(varargin{:});

采纳的回答

Anant Upadhyay
Anant Upadhyay 2019-3-8
Hi,
Please check if "Computer Vision Toolbox" is installed on your system. You are facing this error probably because you do not have Computer Vision Toolbox installed.

更多回答(1 个)

Alexis Villacis
Alexis Villacis 2019-3-15
I am getting the same error. How did you fix it?
  1 个评论
Saraf Atharva JAYANT
Hello,
Like Anant Upadhyay mentioned, the toolbox may not be installed or may be improperly so.
Try re-installing the appropriate Toolbox. In my case it was the Computer Vision Toolbox.
Cheers!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Computer Vision Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by