Hi all,
What I want to do is to lower the resolution of my image (from a webcam) to 176x64.
Currently I'm sampling the pixels at the locations which would be at the centre of the "larger" pixels, but this is unsatisfactory as it ignores all the other pixels in the area.
I can imagine several ways of doing this:
-
Lower the resolution of the image
-
Shrink the image
-
Sample all pixels in a region and take an average
Which ways are possible? Which is easiest?
Thanks guys!
PS I attach a picture that should explain what I'm after.