How to call in images

14 visualizaciones (últimos 30 días)
Karen Nwosu
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?

Respuesta aceptada

awezmm
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

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by