Error using function "drawassisted"
Mostrar comentarios más antiguos
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 comentarios
Siriniharika Katukam
el 10 de Oct. de 2019
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
el 10 de Oct. de 2019
Siriniharika Katukam
el 11 de Oct. de 2019
Can I know which update of R2019a you are using?
xi
el 11 de Oct. de 2019
xi
el 11 de Oct. de 2019
Respuestas (0)
Categorías
Más información sobre ROI-Based Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!