Monday, March 15, 2010

Version 1.0.0 released

The jai-tools project is pleased to announce the release of version 1.0.0 for your Java programming pleasure.
--- General modules ---
utilsSupport classes including DiskMemTileCache and DiskMemImage
jiffleThe jiffle image scripting language
kernelFactory and utility classes to work with KernelJAI objects
demoA selection of example programs
--- Image operators ---
kernelstatsCalculates neighbourhood statistics
maskedconvolveExtends the standard JAI convolve operator with source and destination masking
rangelookupAn image lookup operator that can handle both integral and floating point data types and work with value ranges
regionalizeIdentifies regions of (sufficiently) uniform value in a source image
zonalstatsCalculates statistics for values in a source image, optionally grouped by zones in a control image


You can checkout the sources with your favourite subversion client from:
http://jai-tools.googlecode.com/svn/tags/1.0.0

If you use Maven as your build tool you can download the jai-tools binary, source and javadoc jars from the central Maven repository.

If you prefer to add the jars to your project manually they can be downloaded from:
http://repo1.maven.org/maven2/com/googlecode/jaitools/

No comments:

Post a Comment