convert image to bitmap map image without using for loop
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Object Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!