Package | Description |
---|---|
net.imagej | |
net.imagej.ops |
Modifier and Type | Interface and Description |
---|---|
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 |
DefaultDataset
Default implementation of
Dataset . |
class |
ImgPlus<T>
A simple container for storing an
Img together with its metadata. |
Modifier and Type | Method and Description |
---|---|
static Sourced |
MetadataUtil.copySource(Sourced in,
Sourced out)
copies the source attribute from in to out
|
Modifier and Type | Method and Description |
---|---|
static Sourced |
MetadataUtil.copySource(Sourced in,
Sourced out)
copies the source attribute from in to out
|
Copyright © 2014–2022 ImageJ. All rights reserved.