Segment image to 9 x 9 blocks

Hai all, I am trying to segment an image into 9x9 blocks. I have found a functions in Matlab blkproc(), how can I do it.?

回答 (1 件)

Balaji Udayagiri
Balaji Udayagiri 2022 年 7 月 8 日

0 投票

Hi Fasil
As per my understanding, you want to segment the image using blkproc()
The syntax of blockproc is:
B = blockproc(A,[m n],fun)
You can refer to the documentation of blockproc() as well.
You can also look at this link for demonstrations on how to use blockproc(): https://in.mathworks.com/matlabcentral/answers/223978-how-to-divide-an-image-into-blocks#answer_183445

質問済み:

2015 年 2 月 3 日

回答済み:

2022 年 7 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by