How to call in images

4 ビュー (過去 30 日間)
Karen Nwosu
Karen Nwosu 2019 年 7 月 22 日
コメント済み: Walter Roberson 2019 年 7 月 24 日
How can I write a script that can call in images from a specific folder for image segmentation?

採用された回答

awezmm
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 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by