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 个评论
Mudambi Srivatsa
2016-9-26
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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Text Detection and Recognition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!