dividing image into 64 blocks
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have an image ,i want to divide it into 64(8x8),blocks,please help
0 Commenti
Risposta accettata
Andrei Bobrov
il 17 Feb 2012
I - your image
[m n k] = size(I)
outIblocks = mat2cell(I,m/8*ones(8,1),n/8*ones(8,1),k)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!