extract 4*4 matrix from 8*8
2 次查看(过去 30 天)
显示 更早的评论
sir i have 256*256 image i want to extract top left 4*4 matrix from every 8*8 blocks of that image..please send me the code
0 个评论
采纳的回答
Andrei Bobrov
2014-4-3
blockproc(yourimage,[8 8],@(x)x.data(1:4,1:4))
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!