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!