How to call in images
12 次查看(过去 30 天)
显示 更早的评论
How can I write a script that can call in images from a specific folder for image segmentation?
0 个评论
采纳的回答
awezmm
2019-7-24
You can use imread to import the image if you have the filepath of the image
img = imread(filepath)
Reference link: imread
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!