Friday, 6 September 2013

Downsample array in Python

Downsample array in Python

I have basic 2-D numpy arrays and I'd like to "downsample" them to a more
coarse resolution. Is there a simple numpy or scipy module that can easily
do this?
SAMPLE:

No comments:

Post a Comment