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

を参考にセマンティックセグメンテーションを行っているのですが,1 つのイメージを使用したネットワーク テストを行う時の画像を指定することはできるのでしょうか.

 Accepted Answer

Kenta
Kenta on 19 Jan 2020

0 votes

こんにちは、はい、できます。readall関数で、テストイメージを全部取り出して、montageで全部を確認できます。
そして、readimaeg関数の2番目の引数で、何番目の画像を読み取るかを指定すると、自分のチェックしたい画像を読み込めるので、あとは、参考のURLの通りに実行すればよいです。
I=readall(imdsTest);
figure;montage(I)
I=readimage(imdsTest,2);

1 Comment

Kodai Sato
Kodai Sato on 20 Jan 2020
丁寧なご回答ありがとうございました.

Sign in to comment.

More Answers (0)

Categories

Products

Release

R2019b

Asked:

on 16 Jan 2020

Commented:

on 20 Jan 2020

Community Treasure Hunt

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

Start Hunting!