jaitools
jaitools copied to clipboard
Raster image processing for Java developers
_Original author: [email protected] (August 01, 2011 09:32:45)_ zonalStats and classifiedStats actually implements NullOpImage which doesn't keep track of the source images (which should be disposed too). We need to check...
_Original author: [email protected] (July 04, 2011 09:24:55)_ This operation will generate an image of specified size from input of JTS Geometry or Java AWT Shape objects. When working with Geometry...
_Original author: [email protected] (July 04, 2011 08:56:20)_ Presently the vectorize operation works entirely in memory: compiling line segments and then polygonizing them. This limits the size of tasks that can...
_Original author: [email protected] (June 17, 2011 01:46:16)_ SimpleImagePane can be used instead of ImagePane. Remove the old ImagePane class from trunk and deprecate in the stable branch. _Original issue: http://code.google.com/p/jaitools/issues/detail?id=183_
_Original author: [email protected] (June 15, 2011 12:50:49)_ Rationale: on large system working at high parallelism level (busy image servers) using a single scheduler and a single tile cache can be...
_Original author: [email protected] (June 15, 2011 12:48:19)_ Adding a new image operator to implement fractal filling of gaps in images using the Voter Model Cellular Automaton algorithm of Sprott (2004)...
_Original author: [email protected] (June 15, 2011 12:34:31)_ From simboss (was part of Issue 57): I think we should provide something like exclusion ranges in order to allow us to specify...
_Original author: [email protected] (June 15, 2011 12:02:50)_ In GeoTools we have a few operations that are somewhat a duplicate with regards to RangeLookup; they are locate inside the renderer module...
_Original author: [email protected] (June 15, 2011 11:55:51)_ JAI's ImageLayout class could be used to ask ImageReaders to retile images on the fly using the ImageRead operation. However this does not...
_Original author: [email protected] (June 15, 2011 11:53:12)_ Port pure JAI NoDataFilter operation from GeoTools. _Original issue: http://code.google.com/p/jaitools/issues/detail?id=41_