converting a image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have some frames taken from a video,the size of each image is 512x512,I want to divide those images into 64x64x64 blocks please help,i want to perform 3d-dualtree wavelet transform,please help
0 Kommentare
Akzeptierte Antwort
Stephen
am 25 Mai 2012
im2col(a,[64 64],'distinct')
will give you your blocks as columns that you just need to reshape into squares again. I can't help with wavelets.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Wavelet Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!