How to call in images
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Karen Nwosu
le 22 Juil 2019
Commenté : Walter Roberson
le 24 Juil 2019
How can I write a script that can call in images from a specific folder for image segmentation?
0 commentaires
Réponse acceptée
awezmm
le 24 Juil 2019
You can use imread to import the image if you have the filepath of the image
img = imread(filepath)
Reference link: imread
1 commentaire
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!