This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.

User:Leek

Lee Kamentsky
Affiliation Broad Institute (former)
Image.sc Forum LeeKamentsky
GitHub LeeKamentsky

The imaging platform has two goals that are related to ImageJ: to make ImageJ macros accessible as modules in a CellProfiler pipeline and to make CellProfiler pipelines executable as macros within ImageJ. We also have integrated the Bio-Formats library into CellProfiler to read and write image formats.

The ImageJ / CellProfiler collaboration is unusual in that CellProfiler is written in Python and uses libraries that are incompatible with Jython so it would seem that CellProfiler can't run in the ImageJ process and can't easily access Bio-Formats. But we do. We're working on our own technology for running Python and Java together using JNI and we're having quite good success bridging the gap. The collaboration's goal is to showcase this sort of integration and demonstrate how other tools might be linked to ImageJ despite apparent language barriers.