How to call in images

10 visualizzazioni (ultimi 30 giorni)
Karen Nwosu
Karen Nwosu il 22 Lug 2019
Commentato: Walter Roberson il 24 Lug 2019
How can I write a script that can call in images from a specific folder for image segmentation?

Risposta accettata

awezmm
awezmm il 24 Lug 2019
You can use imread to import the image if you have the filepath of the image
img = imread(filepath)
Reference link: imread

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by