Re: SIMD processing, algorithm for 2x2 binning

slsmith0010_at_yahNOSPAMoo.com
Date: 01/28/05


Date: 28 Jan 2005 11:43:16 -0800

Binning just means adding... in this case, I'm taking 4 pixel values,
adding them together, and writing them to one pixel value in another
image which is 1/4 the size of the first.

What you wrote is helpful, doing it in 2 passes may be a quick way and
is easy to understand. Thanks.