Error using function "drawassisted"
이전 댓글 표시
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
2019년 10월 10일
Hi
I am assuming that you are running the example code. Running the three lines of code that you mentioned yields me the right output causing no errors.
xi
2019년 10월 10일
Siriniharika Katukam
2019년 10월 11일
Can I know which update of R2019a you are using?
xi
2019년 10월 11일
xi
2019년 10월 11일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 ROI-Based Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!