how to separate the image given below
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i want to separate the image in four parts
0 Commenti
Risposte (2)
Image Analyst
il 12 Mar 2015
How about
upperLeft = grayImage(1:rows/2, 1:columns/2);
and so on?
4 Commenti
Vedere anche
Categorie
Scopri di più su Convert Image Type in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!