i split the image pixels into many small matrices
이전 댓글 표시
i split the image pixels into many small overlapping matrices
block(:,:,kk+j)=grey_img((i:i+2),(j:j+2))
i want to recombine this overlapping matrices how please help
댓글 수: 2
Rik
2019년 10월 23일
How do you want to recombine this? Purely based on the variable name I think the blockproc function might be a better choice.
Rik
2019년 10월 23일
Comment posted as answer by parvatham vijay:
Thank you
how to use blockproc for dividing the 256x256 matrix into 3x3 matrix with overlapping,kindly help
채택된 답변
추가 답변 (1개)
parvatham vijay
2019년 11월 1일
0 개 추천
댓글 수: 1
Rik
2019년 11월 1일
Please stop posting your comments (or questions) as answer. Also, your question is unformatted, making it difficult to understand. Please use the layout tools to make your question more readable.
카테고리
도움말 센터 및 File Exchange에서 Neighborhood and Block Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!