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

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에서 Image Processing and Computer Vision에 대해 자세히 알아보기

질문:

2016년 9월 22일

댓글:

2016년 9월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by