how to split a image?
1 次查看(过去 30 天)
显示 更早的评论
dear programmers i am newbie here. i need to split a image into 8x8 pixels. please give the simple code.
0 个评论
采纳的回答
Walter Roberson
2013-4-4
SplitImage = mat2cell( OriginalImage, 8 * ones(1,size(OriginalImage,1)/8), 8 * ones(1,size(OriginalImage,2)/8), size(OriginalImage,3) );
更多回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!