Hello,
I am a newbie to the area of image processing. I have a 30pixel by
30pixel greyscale image. It consists of 30 groups of 1x10 pixels. I
need to find out which of the these groups has the maximum number of
pixels above a given threshold. The brute force way would be to
determine the number of pixels that are above a given threshold in
each of the 1x10pixels. Then, repeat this procedure for all 30 groups.
Sort them and then determine the group.
Is there an easier way to do this using some kind of filter or some
algorithm. I need to do this in hardware and will have to estimate the
power efficiency of the two techniques.
Any help is much appreciated.
Thanks
HS