Error using compSetParameters Unable to find module mvipdrawshapes

When I use the function insertShape, it goes wrong:
Error using compSetParameters Unable to find module mvipdrawshapes
Error in vision.ShapeInserter/setParameters (line 348)
Error in insertShape (line 125)
Error in demo (line 19) im = insertShape(im,'line',line,'Color','red','LineWidth',8);
I do not know what the problem is. ubuntu 14.04, matlab2015a.

1 Comment

I understand that you are trying to insert a line in the image using "insertShape" function on Ubuntu 14.04 using MATLAB R2015a. Share with me the coordinates you are passing into the position parameter i.e. the value of the variable 'line'. Try executing the code in the documentation example given below and see if you can run without any issues.
Let me know if you experience the same issue with the documentation example.

Sign in to comment.

Answers (0)

Asked:

on 22 Sep 2016

Commented:

on 26 Sep 2016

Community Treasure Hunt

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

Start Hunting!