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
- Host: GitHub
- URL: https://github.com/imagej/imagej-common
- Owner: imagej
- License: bsd-2-clause
- Created: 2014-04-17T18:42:52.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T22:10:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T02:23:13.962Z (about 1 year ago)
- Language: Java
- Homepage: https://imagej.net/libs/imagej-common
- Size: 2.4 MB
- Stars: 10
- Watchers: 26
- Forks: 16
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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