Ticket #17 (closed feature: fixed)
Support for N-dimensional image data
| Reported by: | curtis | Owned by: | aivar |
|---|---|---|---|
| Priority: | major | Milestone: | imagej-2.0.0-beta1 |
| Component: | ij-data-model | Version: | |
| Severity: | non-issue | Keywords: | |
| Cc: | Blocked By: | #18, #251, #308, #322 | |
| Blocking: |
Description
The current version of ImageJ is aware of five dimensions: X, Y, Z, time and channel. We would like for ImageJ to provide N-dimensional data modeling, to accommodate additional dimensions; e.g.:
- multiple types of channels simultaneously (e.g., emission wavelengths vs. excitation wavelengths)
- lifetime decay histograms
- cell polarization state (binary)
- screen/plate/well organization for high-content screening
- multi-field datasets
It should be possible to represent such data within imglib, but it would be nice to have at least one concrete example in code demonstrating how this should work.
Change History
Note: See
TracTickets for help on using
tickets.

ImgLib is N-dimensional. The updated ImgLib2 design will incorporate dimensional axis labels and units, to differentiate between dimensions.