one size image for CNN

5 ビュー (過去 30 日間)
Samira Hashemi
Samira Hashemi 2020 年 10 月 27 日
回答済み: Sudhakar Shinde 2020 年 10 月 27 日
Hi, im new in mathlab!
i preprocced few image for CNN how can i make all image one size for import in NNtool?

採用された回答

Sudhakar Shinde
Sudhakar Shinde 2020 年 10 月 27 日
You can checkout imresize function to make image sizes to be equal.
Example to make image of 256X256
Image = imresize(Image, [256 256]);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by