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 oldnet.imagej.thresholdpackage.net.imglib2.AbstractAnnotatedSpace- Moved tonet.imagej.space.AbstractAnnotatedSpacein ImageJ Common.net.imglib2.AnnotatedSpace- Moved tonet.imagej.space.AnnotatedSpacein ImageJ Common.net.imglib2.Axis- Moved tonet.imagej.axis.Axisin ImageJ Common.