mbedward / jaitools

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

Port Combine operation from geotools #39

Open mbedward opened 11 years ago

mbedward commented 11 years ago

Original author: michael.bedward@gmail.com (June 15, 2011 11:53:05)

We should extract the combine operation from geotools and port it over since it is a pure JAI operation.

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

mbedward commented 11 years ago

From michael.bedward@gmail.com on June 15, 2011 11:53:06 First cut is in

mbedward commented 11 years ago

From michael.bedward@gmail.com on June 15, 2011 11:53:07 We need to add an SPI hook class

mbedward commented 11 years ago

From michael.bedward@gmail.com on June 15, 2011 11:53:08 Renamed Combine class to CombineOpImage. Moved the array resizing methods to a utility class in jaitools.numeric. Need to add some unit tests.