How to change the image input size for this Vnet code?
Afficher commentaires plus anciens
I have this code and I need to change the input to [40 40 40] instead of [64 64 64]
3 commentaires
Walter Roberson
le 14 Sep 2022
imresize3()
Amira Youssef
le 14 Sep 2022
Walter Roberson
le 14 Sep 2022
No, but mat files are binary vectors, never 3D arrays. Variables stored in mat files might be 3D arrays, so you would apply the imresize3() to the loaded data at the time you load it.
Réponses (0)
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!