An open API service indexing awesome lists of open source software.

https://github.com/imagej/imagej-common

ImageJ core data model
https://github.com/imagej/imagej-common

Last synced: about 1 year ago
JSON representation

ImageJ core data model

Awesome Lists containing this project

README

          

[![](https://github.com/imagej/imagej-common/actions/workflows/build.yml/badge.svg)](https://github.com/imagej/imagej-common/actions/workflows/build.yml)

This is the ImageJ common library, containing ImageJ2's core image data model,
based on [ImgLib2](http://imglib2.net/). This is the primary mechanism by which
image data is managed internally by ImageJ2. This component also provides the
corresponding core image display logic for user interfaces.

For further details, see:

* https://imagej.net/ImageJ_Common
* https://github.com/imagej