Skip navigation links
C D G K M O R T U V Z 

C

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

D

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

G

GenerateDemo - Class in org.jaitools.demo.generate
Demonstrates the Generate operation.
GenerateDemo() - Constructor for class org.jaitools.demo.generate.GenerateDemo
 

K

KernelStatsDemo - Class in org.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 org.jaitools.demo.kernelstats.KernelStatsDemo
 

M

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

O

org.jaitools.demo - package org.jaitools.demo
Example applications for JAITools image operators.
org.jaitools.demo.contour - package org.jaitools.demo.contour
Example application for the "Contour" operation which traces contours at user-specified levels based on values in a source image.
org.jaitools.demo.generate - package org.jaitools.demo.generate
 
org.jaitools.demo.iterators - package org.jaitools.demo.iterators
Example application for JAITools iterator classes
org.jaitools.demo.kernelstats - package org.jaitools.demo.kernelstats
Example application for the "KernelStats" operation which calculates summary statistics for a neighbourhood around each pixel in the source image.
org.jaitools.demo.rangelookup - package org.jaitools.demo.rangelookup
 
org.jaitools.demo.regionalize - package org.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.
org.jaitools.demo.tilecache - package org.jaitools.demo.tilecache
Example application for the DiskMemTileCache class which can store image tile data on disk as well as in memory.
org.jaitools.demo.tiledimage - package org.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.
org.jaitools.demo.vectorize - package org.jaitools.demo.vectorize
Example application for the "Vectorize" operation which traces outer pixel boundaries of regions in the source image with uniform value.
org.jaitools.demo.zonalstats - package org.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.

R

RangeLookupDemo - Class in org.jaitools.demo.rangelookup
 
RangeLookupDemo() - Constructor for class org.jaitools.demo.rangelookup.RangeLookupDemo
 
RegionalizeDemo - Class in org.jaitools.demo.regionalize
Demonstrates using the Regionalize operation to identify regions of uniform value in a source image.
RegionalizeDemo() - Constructor for class org.jaitools.demo.regionalize.RegionalizeDemo
 
regionalizeImage(RenderedImage) - Method in class org.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 org.jaitools.demo.tilecache
Demonstrates basic use of DiskMemTileCache.
TileCacheDemo() - Constructor for class org.jaitools.demo.tilecache.TileCacheDemo
 

U

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

V

VectorizeDemo - Class in org.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 org.jaitools.demo.vectorize.VectorizeDemo
 
VoterModel - Class in org.jaitools.demo.iterators
This example uses WindowIterator and WritableSimpleIterator to implement the VoterModel algorithm in which the value of each pixel is replaced by that of one of its neighbours.
VoterModel() - Constructor for class org.jaitools.demo.iterators.VoterModel
Initializes the images.

Z

ZonalStatsDemo - Class in org.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 org.jaitools.demo.zonalstats.ZonalStatsDemo
Constructor: gets test images.
C D G K M O R T U V Z 
Skip navigation links

Copyright © 2009–2020. All rights reserved.