How to call in images
6 ビュー (過去 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
1 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!