divide image into overlapping blocks
Mostrar comentarios más antiguos
Hi, Can anybody tell me how to divide an image into overlapping blocks and apply svd to each block. Any help in this regard is highly appreciated. This is my code snippet.
L = 1;
fu = @(block_struct) svd(block_struct.data);
J = blockproc(LL{L}, [16 16], fu);
When i run this i dont get error but the "J" do not satisfy (M-B+1)X(N-B+1). Anybody if knows how to do it can share his view. Thanks in advance.
Respuestas (1)
KSSV
el 13 de Sept. de 2017
0 votos
doc blockproc
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!