converting a image

1 回表示 (過去 30 日間)
kash
kash 2012 年 5 月 25 日
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

採用された回答

Stephen
Stephen 2012 年 5 月 25 日
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 件)

カテゴリ

Help Center および File ExchangeAI for Signals and Images についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by