Support and utility classes · Support and utility classes used by other JAITools components and available for general use.
Group: org.jaitools - All Dependencies
ZonalStats operator · Calculates summary statistics, optionally within zones defined by a zone image, for values in a data image
Combined JAITools jar · Provides a single jar containing all JAITools modules which you can use instead of including individual modules in your project. Note: It does not include the Jiffle scripting language or Jiffle image operator.
Jiffle language · Jiffle is a scripting language for creating and analysing raster images.
VectorBinarize operator · Creates a binary image from an input JTS Polygon or MultiPolygon
JAITools - image operators · Image operators compatible with Java Advanced Imaging (JAI)
Vectorize operator · Vectorizes the boundaries of regions with uniform value
Regionalize operator · Identifies (sufficiently) uniform regions in the source image, allocates each a unique integer ID, and generates an output image with these IDs as pixel values
RangeLookup operator · A Lookup operation that can handle both integral and continuous data types
MaskedConvolve operator · Adds selectivity to the JAI convolve operation. An ROI can be used to control which source image pixels are convolved and/or which neighbourhood pixels are included in the convolution.
ClassifiedStats operator · Calculates summary statistics, on top of classification rasters, for values in a data image
AttributeOpImage · An OpImage class that derives one or more attributes from a source image. Source image pixels are passed through to the destination image unchanged (similar to JAI's StatisticsOpImage).
Generate image operator · An operation to generate images with random or systematic data
Jiffle project · Jiffle is a scripting language for creating and analysing raster images.
Jiffle image operator · Runs a Jiffle script as an image operator with deferred execution.
Jiffle demo programs · A collection of program which demonstrate using the Jiffle language