how to make my dataset images with the same size ?

2 Ansichten (letzte 30 Tage)
Mohamed Nasr
Mohamed Nasr am 28 Apr. 2020
Beantwortet: Ameer Hamza am 28 Apr. 2020
how to make my dataset images with the same size ? for example 227*227*3

Antworten (1)

Ameer Hamza
Ameer Hamza am 28 Apr. 2020
out_image = imresize(in_image, [227 227]);
out_image will have dimensions of 227x227x3.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by