Azzera filtri
Azzera filtri

how to make my dataset images with the same size ?

3 visualizzazioni (ultimi 30 giorni)
Mohamed Nasr
Mohamed Nasr il 28 Apr 2020
Risposto: Ameer Hamza il 28 Apr 2020
how to make my dataset images with the same size ? for example 227*227*3

Risposte (1)

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

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by