mbedward / jaitools

Raster image processing for Java developers
17 stars 15 forks source link

ZonalStats: only read required zone image data #193

Closed mbedward closed 11 years ago

mbedward commented 11 years ago

Original author: michael.bedward@gmail.com (July 22, 2011 01:58:08)

At the moment, ZonalStats scans the entire zone image if a transform is in use. Fix this to only read the data which are necessary.

Original issue: http://code.google.com/p/jaitools/issues/detail?id=195

mbedward commented 11 years ago

From michael.bedward@gmail.com on July 22, 2011 02:50:40 Fixed on trunk (r1833)