converting a image

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

 Respuesta aceptada

Stephen
Stephen el 25 de Mayo de 2012

0 votos

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.

Más respuestas (0)

Categorías

Más información sobre Wavelet Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 25 de Mayo de 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by