CenterForDigitalHumanities / SpectralRTI_Toolkit

Process Spectral RTI Images in ImageJ
GNU General Public License v3.0
1 stars 0 forks source link

ImgLIb2 image optimization #6

Closed thehabes closed 6 years ago

thehabes commented 7 years ago

Instead of using the standard DataIOService (valid imageJ2), we will use the ImgLib2 library that works with SCIFIO since it allows easy optimization and image manipulation, as well as plugging into the ImageJServices like the ImageJ1 IJ library, which will help upgrade the already converted code to valid ImageJ2 with low impact and include the highest level of optimization ImageJ2 offers.

thehabes commented 6 years ago

Implemented ImgLib2 where possible.