필터 지우기
필터 지우기

divide image into overlapping blocks

조회 수: 1 (최근 30일)
TUSHAR MURATKAR
TUSHAR MURATKAR 2017년 9월 13일
댓글: TUSHAR MURATKAR 2017년 9월 20일
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.

답변 (1개)

KSSV
KSSV 2017년 9월 13일
doc blockproc
  댓글 수: 2
TUSHAR MURATKAR
TUSHAR MURATKAR 2017년 9월 13일
@ KSSV, ya i had used blockproc.....but where i am doing wrong can you tell me. Thanks in advance.
TUSHAR MURATKAR
TUSHAR MURATKAR 2017년 9월 20일
can anybody help me in above question.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by