How to call in images
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Karen Nwosu
el 22 de Jul. de 2019
Comentada: Walter Roberson
el 24 de Jul. de 2019
How can I write a script that can call in images from a specific folder for image segmentation?
0 comentarios
Respuesta aceptada
awezmm
el 24 de Jul. de 2019
You can use imread to import the image if you have the filepath of the image
img = imread(filepath)
Reference link: imread
1 comentario
Walter Roberson
el 24 de Jul. de 2019
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!