Process Spectral RTI Images in ImageJ
The toolkit processes the data from a Spectral RTI capture session. This data includes diffuse narrowband spectral images, monochrome RTI captures from 35 or more light positions, and an accurate color image. The toolkit guides processing of the light position (lp) file, and outputs to HSH RTI, PTM, and WebRTI formats. The base color processing options are Accurate Color, Extended Spectrum, and PCA Pseudocolor. The Toolkit is intended to be usable by general users without requiring any editing of text files, command line arguments, or regular expressions. For more information about Spectral RTI see [http://palimpsest.stmarytx.edu/integrating] (http://palimpsest.stmarytx.edu/integrating).
Version 0.1 is an ImageJ Macro.
The major development goals are:
Additional plans include:
This fork of the project is the creation of the ImageJ2 Macro by the Walter J. Ong S.J. Center for Digitial Humanities at Saint Louis University.
The first pass is a strict conversion of the macro to Java, which can be packaged as a .jar file and used as an ImageJ plugin. More helpful error messages and error handling are being implemented during this first pass.
The second pass will look at the Java conversion and find points for speed optimization.
The third pass will look at the Java conversion and find points for memory and disk space optimization.
Throughout the coding process, code documentation will be created following the JavaDoc standard.