converting a image
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!