dividing images into blocks
이전 댓글 표시
is there a method to divide the image in to blocks
댓글 수: 1
Walter Roberson
2011년 8월 1일
This looks to me to be effectively the same question as http://www.mathworks.com/matlabcentral/answers/12805-sliding-window
답변 (1개)
Image Analyst
2011년 8월 1일
Yes:
oneBlock = fullSizedImage(row1:row2, column1:column2);
or if you want to process in blocks but not extract each block of the image out into a separate block array, check blockproc().
카테고리
도움말 센터 및 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!