dividing images into blocks
2 ビュー (過去 30 日間)
古いコメントを表示
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().
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!