How to call in images

4 views (last 30 days)
Karen Nwosu
Karen Nwosu on 22 Jul 2019
Commented: Walter Roberson on 24 Jul 2019
How can I write a script that can call in images from a specific folder for image segmentation?

Accepted Answer

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

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!