C D J K M R T U V Z

C

ContourDemo - Class in jaitools.demo.contour
Demonstrates the Contour operator.
ContourDemo() - Constructor for class jaitools.demo.contour.ContourDemo
 
createBandedImage(int, int, int) - Static method in class jaitools.demo.DemoImages
 
createChessboardImage(int, int) - Static method in class jaitools.demo.DemoImages
 
createInterferenceImage(int, int) - Static method in class jaitools.demo.DemoImages
 
createRipplesImage(int, int) - Static method in class jaitools.demo.DemoImages
 
createSquircleImage(int, int) - Static method in class jaitools.demo.DemoImages
 
createUniformRandomImage(int, int, double) - Static method in class jaitools.demo.DemoImages
 

D

demo() - Method in class jaitools.demo.regionalize.RegionalizeDemo
Gets a test image (the chessboard image) from the object.
DemoImages - Class in jaitools.demo
Serves images to the demo applications.
DemoImages() - Constructor for class jaitools.demo.DemoImages
 
DrawingDemo - Class in jaitools.demo.tiledimage
Demonstrates drawing into a DiskMemImage using Graphics2D methods.
DrawingDemo() - Constructor for class jaitools.demo.tiledimage.DrawingDemo
 

J

jaitools.demo - package jaitools.demo
Example applications for jai-tools image operators.
jaitools.demo.contour - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package 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.

K

KernelStatsDemo - Class in jaitools.demo.kernelstats
Demonstrates using the KernelStats operator to calculate summary statistics for the neighbourhood of each pixel in a source image
KernelStatsDemo() - Constructor for class jaitools.demo.kernelstats.KernelStatsDemo
 

M

main(String[]) - Static method in class jaitools.demo.contour.ContourDemo
 
main(String[]) - Static method in class jaitools.demo.kernelstats.KernelStatsDemo
Run the example.
main(String[]) - Static method in class jaitools.demo.regionalize.RegionalizeDemo
Main method: simple calls the demo method
main(String[]) - Static method in class jaitools.demo.tilecache.TileCacheDemo
Run the example app.
main(String[]) - Static method in class jaitools.demo.tiledimage.DrawingDemo
Run the demo application.
main(String[]) - Static method in class jaitools.demo.vectorize.VectorizeDemo
Run the demo application.
main(String[]) - Static method in class jaitools.demo.zonalstats.ZonalStatsDemo
Main method: constructs an instance of this class (which causes test data to be generated) and runs the demo

R

RegionalizeDemo - Class in jaitools.demo.regionalize
Demonstrates using the Regionalize operation to identify regions of uniform value in a source image.
RegionalizeDemo() - Constructor for class jaitools.demo.regionalize.RegionalizeDemo
 
regionalizeImage(RenderedImage) - Method in class jaitools.demo.regionalize.RegionalizeDemo
Regionalizes the test chessboard image in two ways: firstly with only orthogonal connectedness; then allowing diagonal connectedness.

T

TileCacheDemo - Class in jaitools.demo.tilecache
Demonstrates basic use of DiskMemTileCache.
TileCacheDemo() - Constructor for class jaitools.demo.tilecache.TileCacheDemo
 

U

update(Observable, Object) - Method in class jaitools.demo.tilecache.TileCacheDemo
This method handles Observer notifications from the cache

V

VectorizeDemo - Class in jaitools.demo.vectorize
Demonstrates the Vectorize operator which generates JTS Polygons representing the boundaries of regions with uniform value in a source image.
VectorizeDemo() - Constructor for class jaitools.demo.vectorize.VectorizeDemo
 

Z

ZonalStatsDemo - Class in jaitools.demo.zonalstats
Demonstrates using the ZonalStats operator to calculate summary statistics of values in a data image within zones defined by a zone image.
ZonalStatsDemo() - Constructor for class jaitools.demo.zonalstats.ZonalStatsDemo
Constructor: gets test images.

C D J K M R T U V Z

Copyright © 2009-2011. All Rights Reserved.