Hi everyone,<br><br>Yesterday the ImageJDev.org developers spent a few hours together, attempting an initial integration of imglib with ImageJ.<br><br>We ended up (partially) implementing a new ImageProcessor subclass called ImgLibProcessor that is backed by an mpicbg.imglib.image.Image&lt;T extends ComplexType&lt;T&gt;&gt; object. This basic proof of concept is available from our Git repository:<br>

<br><a href="http://imagejdev.org/trac/imagej/changeset/3b073b3a34fae55c6e8aa0de9da210c54d558054">http://imagejdev.org/trac/imagej/changeset/3b073b3a34fae55c6e8aa0de9da210c54d558054</a><br><br>For those interested, the ij.process.ImgLibProcessor class has a main method to test the functionality; the image used must be grayscale, and either a single image or a Z-series, due to current limitations in imglib&#39;s LOCI Bio-Formats image importer.<br>

<br>We also identified several next steps to take to further pursue this work:<br><br>1) Resolve the multichannel issue/limitations<br><br>2) Implement the many unimplemented imglib processor methods<br><br>3) Investigate the ImageStatistics subclasses—maybe create an analogous ImgLibStatistics class?<br>

<br>4) Identify the places within ImageJ where type-specific case logic is used<br>  * Add a case for the new imglib backed structure at these locations<br><br>5) More generally, add getters/setters for all public fields throughout ImageJ, to assist with delegation logic in the future<br>

<br>Overall, the coding session was a success—people felt like they learned quite a bit—so we will probably do another one in 2-4 weeks, assuming we have another appropriate topic.<br><br>-Curtis<br><br>