how to make pixels to black if it is more or less than threshold
Show older comments
sir i have a image of size 320X640 and it has divided into blocks of size 32X64 ie totally i have 100 blocks and and number of black pixel in each block is stored in a matrix (10X10)
now i need to make EACH BLOCK black if number of black pixels in each block is more or less(><)than 211 how can it be done plz help me
1 Comment
Walter Roberson
on 7 Mar 2011
That's a peculiar condition. How likely is it that the blocks of your image will have _exactly_ 211 black pixels ??
Accepted Answer
More Answers (0)
Categories
Find more on Neighborhood and Block Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!