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!