Error in code when using apps in the image processing toolbox
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Good morning,
I used the image segmenter app in the image processing toolbox in Matlab and then exported the code for what i did. However when i tried to rerun the code, the errors in the attached picture popped up. How do i solve them?
Thank you
0 Commenti
Risposta accettata
Walter Roberson
il 7 Mar 2019
that code is not designed to prompt you for image information . you need to read in an rgb image and pass the image array to the function through the command line .
5 Commenti
Walter Roberson
il 8 Mar 2019
https://www.mathworks.com/help/images/ref/imfreehand.html for before R2018b.
In R2018b you might also want to try https://www.mathworks.com/help/images/ref/drawassisted.html
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!