https://github.com/imagej/imagej-deprecated
Deprecated ImageJ packages
https://github.com/imagej/imagej-deprecated
Last synced: 17 days ago
JSON representation
Deprecated ImageJ packages
- Host: GitHub
- URL: https://github.com/imagej/imagej-deprecated
- Owner: imagej
- License: bsd-2-clause
- Created: 2015-09-14T14:45:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T21:21:43.000Z (about 3 years ago)
- Last Synced: 2025-02-22T07:51:28.852Z (over 1 year ago)
- Language: Java
- Size: 975 KB
- Stars: 1
- Watchers: 28
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/imagej/imagej-deprecated/actions/workflows/build-main.yml)
ImageJ Deprecated Classes
=========================
This project contains ImageJ subprojects which have been deprecated in favor of
newer code. The following packages exist:
* __`net.imagej.measure`__ - The old ImageJ2 measurement and statistics plugins,
which are being rewritten as ImageJ Ops plugins.
* __`net.imagej.operator`__ - The old ImageJ2 image calculator plugins,
which have migrated into ImageJ Ops.
* __`net.imagej.threshold`__ - The old ImageJ2 thresholding plugins,
which have migrated into ImageJ Ops.
* __`net.imglib2.meta`__ - The old ImgLib2 Meta project,
which has migrated into ImageJ Common.
* __`net.imglib2.ops`__ - The old ImgLib2 OPS project,
which is migrating to ImageJ Ops in stages.
There are a few other "one-off" classes here as well:
* __`net.imagej.overlay.ThresholdOverlay`__ -
ImageJ2 Overlay implementation which depends
on the old `net.imagej.threshold` package.
* __`net.imglib2.AbstractAnnotatedSpace`__ -
Moved to `net.imagej.space.AbstractAnnotatedSpace` in ImageJ Common.
* __`net.imglib2.AnnotatedSpace`__ -
Moved to `net.imagej.space.AnnotatedSpace` in ImageJ Common.
* __`net.imglib2.Axis`__ -
Moved to `net.imagej.axis.Axis` in ImageJ Common.