how to make my dataset images with the same size ?

7 visualizaciones (últimos 30 días)
Mohamed Nasr
Mohamed Nasr el 28 de Abr. de 2020
Respondida: Ameer Hamza el 28 de Abr. de 2020
how to make my dataset images with the same size ? for example 227*227*3

Respuestas (1)

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

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by