Effacer les filtres
Effacer les filtres

divide image into overlapping blocks

1 vue (au cours des 30 derniers jours)
TUSHAR MURATKAR
TUSHAR MURATKAR le 13 Sep 2017
Commenté : TUSHAR MURATKAR le 20 Sep 2017
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.

Réponses (1)

KSSV
KSSV le 13 Sep 2017
doc blockproc
  2 commentaires
TUSHAR MURATKAR
TUSHAR MURATKAR le 13 Sep 2017
@ KSSV, ya i had used blockproc.....but where i am doing wrong can you tell me. Thanks in advance.
TUSHAR MURATKAR
TUSHAR MURATKAR le 20 Sep 2017
can anybody help me in above question.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by