Error using compSetParameters Unable to find module mvipdrawshapes
Show older comments
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
Mudambi Srivatsa
on 26 Sep 2016
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.
Answers (0)
Categories
Find more on Text Detection and Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!