one size image for CNN

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by