|
Packages |
| jaitools.demo |
Example applications for jai-tools image operators. |
| jaitools.demo.contour |
Example application for the "Contour" operation which traces contours at
user-specified levels based on values in a source image. |
| jaitools.demo.kernelstats |
Example application for the "KernelStats" operation which calculates summary
statistics for a neighbourhood around each pixel in the source image. |
| jaitools.demo.regionalize |
Example application for the "Regionalize" operation which identifies
regions of uniform value in a source image, allocates each region a
unique ID value, and produces an output image of these IDs. |
| jaitools.demo.tilecache |
Example application for the DiskMemTileCache class which can
store image tile data on disk as well as in memory. |
| jaitools.demo.tiledimage |
Example applications for the DiskMemImage class which is a
writable image (similar to the standard JAI TiledImage class)
but backed by a DiskMemTileCache. |
| jaitools.demo.vectorize |
Example application for the "Vectorize" operation which traces outer
pixel boundaries of regions in the source image with uniform value. |
| jaitools.demo.zonalstats |
Example application for the "ZonalStats" operation which can calculate
a range of summary statistics for a source image, optionally stratified
by regions (zones) in an overlying integer zone image. |