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
2022년 7월 8일
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 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
카테고리
도움말 센터 및 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!