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에서 Image Processing and Computer Vision에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!