1 つのイメージを使用したネットワーク テスト

2 vues (au cours des 30 derniers jours)
Kodai Sato
Kodai Sato le 16 Jan 2020
Commenté : Kodai Sato le 20 Jan 2020
を参考にセマンティックセグメンテーションを行っているのですが,1 つのイメージを使用したネットワーク テストを行う時の画像を指定することはできるのでしょうか.

Réponse acceptée

Kenta
Kenta le 19 Jan 2020
こんにちは、はい、できます。readall関数で、テストイメージを全部取り出して、montageで全部を確認できます。
そして、readimaeg関数の2番目の引数で、何番目の画像を読み取るかを指定すると、自分のチェックしたい画像を読み込めるので、あとは、参考のURLの通りに実行すればよいです。
I=readall(imdsTest);
figure;montage(I)
I=readimage(imdsTest,2);
  1 commentaire
Kodai Sato
Kodai Sato le 20 Jan 2020
丁寧なご回答ありがとうございました.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!