dividing images into blocks

5 次查看(过去 30 天)
Rajasankari
Rajasankari 2011-8-1
is there a method to divide the image in to blocks
  1 个评论
Walter Roberson
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
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().

Community Treasure Hunt

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

Start Hunting!

Translated by