convert image to bitmap map image without using for loop
显示 更早的评论
Partition an image into 4 × 4 pixel blocks and
compute average for the block

N1 = N2 = 4
xi = ith pixel

now replace the values to 1 and zero to create a bitmap image.
Without using for loop, how can i write these 2 equations in simple code
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!