How to call in images
12 views (last 30 days)
Show older comments
How can I write a script that can call in images from a specific folder for image segmentation?
0 Comments
Accepted Answer
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
1 Comment
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!