image processing
Afficher commentaires plus anciens
I need to concatenate two images of same size one above another not side by side..which cammand i need to write
Réponses (1)
Image Analyst
le 9 Nov 2011
newImage = [image1; image2];
Catégories
En savoir plus sur Image Arithmetic 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!