フィルターのクリア

database of images in matlab

3 ビュー (過去 30 日間)
sweta arya
sweta arya 2015 年 8 月 7 日
dataBase=cell(5,1);
for i=1:5
dataBase{i}=imread(['Images/Database/' int2str(i) '.jpg ']);
end
save dataBase dataBase
where should be our files stored so that imread function in above code can read them.
  1 件のコメント
Taha Mohammed M. Al-Roba'a
Taha Mohammed M. Al-Roba'a 2019 年 3 月 10 日
Thank you

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 8 月 7 日
In the folder Images/Database relative to the current folder.
  1 件のコメント
sweta arya
sweta arya 2015 年 8 月 8 日
Thank you

サインインしてコメントする。

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by