I copy and paste the example code below and got errors when testing drawassisted. Any ideas?
im = imread('peppers.png');
imshow(im)
h = drawassisted;
------------------------------------
Dot indexing is not supported for variables of this type.
Error in rescale
Error in images.roi.AssistedFreehand.recomputeAssistance
Error in images.roi.AssistedFreehand.prepareForAssistedFreehand
Error in images.roi.AssistedFreehand/set.Image
Error in images.roi.AssistedFreehand/setAndCheckImage
Error in drawassisted (line 209)
h.setAndCheckImage();
5 件のコメント
Siriniharika Katukam (view profile)
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/484056-error-using-function-drawassisted#comment_754649
xi (view profile)
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/484056-error-using-function-drawassisted#comment_754785
Siriniharika Katukam (view profile)
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/484056-error-using-function-drawassisted#comment_755101
xi (view profile)
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/484056-error-using-function-drawassisted#comment_755205
xi (view profile)
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/484056-error-using-function-drawassisted#comment_755247
サインイン to comment.