Package | Description |
---|---|
net.imagej | |
net.imagej.display | |
net.imagej.interval | |
net.imagej.ops | |
net.imagej.overlay | |
net.imagej.space |
Modifier and Type | Interface and Description |
---|---|
interface |
Data
A data object is the superinterface for all types of N-dimensional data
displayable in a cartesian space.
|
interface |
Dataset
Dataset is the primary image data structure in ImageJ.
|
interface |
ImgPlusMetadata
An interface which collects all metadata associated with an
ImgPlus . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractData
Base implementation of
Data . |
class |
DefaultDataset
Default implementation of
Dataset . |
class |
ImgPlus<T>
A simple container for storing an
Img together with its metadata. |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageDisplay
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultImageDisplay
Default implementation of
ImageDisplay . |
Modifier and Type | Interface and Description |
---|---|
interface |
CalibratedRealInterval<A extends CalibratedAxis>
A CalibratedRealInterval marries a
TypedRealInterval with a
CalibratedSpace . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalibratedRealInterval<A extends CalibratedAxis>
Abstract base class for
CalibratedRealInterval . |
class |
CombinedCalibratedRealInterval<A extends CalibratedAxis,S extends CalibratedRealInterval<A>>
A
CombinedRealInterval that has calibrated axes. |
class |
DefaultCalibratedRealInterval
Default implementation of
CalibratedRealInterval . |
Modifier and Type | Method and Description |
---|---|
static <C extends CalibratedAxis> |
MetadataUtil.copyAndCleanTypedSpace(Interval inInterval,
CalibratedSpace<C> in,
CalibratedSpace<C> out)
copies the CalibratedAxis attributes from in to out.
|
static <C extends CalibratedAxis> |
MetadataUtil.copyTypedSpace(CalibratedSpace<C> in,
CalibratedSpace<C> out)
copies the CalibratedSpace attributes from in to out.
|
Modifier and Type | Method and Description |
---|---|
static <C extends CalibratedAxis> |
MetadataUtil.copyAndCleanTypedSpace(Interval inInterval,
CalibratedSpace<C> in,
CalibratedSpace<C> out)
copies the CalibratedAxis attributes from in to out.
|
static <C extends CalibratedAxis> |
MetadataUtil.copyAndCleanTypedSpace(Interval inInterval,
CalibratedSpace<C> in,
CalibratedSpace<C> out)
copies the CalibratedAxis attributes from in to out.
|
static <C extends CalibratedAxis> |
MetadataUtil.copyTypedSpace(CalibratedSpace<C> in,
CalibratedSpace<C> out)
copies the CalibratedSpace attributes from in to out.
|
static <C extends CalibratedAxis> |
MetadataUtil.copyTypedSpace(CalibratedSpace<C> in,
CalibratedSpace<C> out)
copies the CalibratedSpace attributes from in to out.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Overlay
An overlay is a vector object, typically displayed with
Dataset s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOverlay
Abstract superclass of
Overlay implementations. |
class |
AbstractROIOverlay<R extends RegionOfInterest>
An overlay that has an associated region of interest
|
class |
AngleOverlay
Represents an angle having a center point and two end points.
|
class |
BinaryMaskOverlay<U extends BitType,V extends Img<U>>
TODO
|
class |
CompositeOverlay
A composite of one or more overlays.
|
class |
EllipseOverlay
An ellipse bounded by an axis-aligned rectangle, backed by an
EllipseRegionOfInterest . |
class |
GeneralPathOverlay
An overlay for the
GeneralPathRegionOfInterest . |
class |
LineOverlay
Represents a line going from here to there, possibly with arrows on one end,
the other or both.
|
class |
PointOverlay
Represents a user specified collection of points
|
class |
PolygonOverlay
TODO
|
class |
RectangleOverlay
An axis-aligned rectangle, backed by a
RectangleRegionOfInterest . |
class |
TextOverlay
Represents an
Overlay that contains a string of text. |
Modifier and Type | Interface and Description |
---|---|
interface |
LinearSpace<A extends LinearAxis>
A
CalibratedSpace whose axes are of type LinearAxis . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalibratedSpace<A extends CalibratedAxis>
Abstract base class for
CalibratedSpace . |
class |
AbstractLinearSpace<A extends LinearAxis>
Abstract base class for
LinearSpace . |
class |
DefaultCalibratedSpace
Default implementation of
CalibratedSpace . |
class |
DefaultLinearSpace
Default implementation of
LinearSpace . |
Copyright © 2014–2022 ImageJ. All rights reserved.