Ticket #35 (assigned feature)
Analysis pipelines
| Reported by: | curtis | Owned by: | aivar |
|---|---|---|---|
| Priority: | major | Milestone: | imagej-2.5.0 |
| Component: | ij-ext | Version: | |
| Severity: | non-issue | Keywords: | |
| Cc: | Blocked By: | #302, #314, #317, #320, #339, #806 | |
| Blocking: | #1056 |
Description
A very common thing people want to do is chain multiple plugins together into a workflow. Many programs exist to facilitate this sort of thing (e.g., CellProfiler), and ImageJ supports doing so in very flexible way via its macro language.
Imageflow is a graphical tool for building such workflows/macros for ImageJ. With the updated plugins and scripting functionality, we should verify that tools like Imageflow continue to provide a useful way of defining workflows, and can express the full power of the updated plugins API.
Change History
Note: See
TracTickets for help on using
tickets.

Aivar Grislis has designed an initial workflow engine for ImageJ, which we have begun integrating with the ImageJ extensibility framework. So it seems feasible to have architectural support for workflows fully functional in ImageJ 2.0.