Class StackIdentifiers
Object
org.anchoranalysis.image.io.stack.StackIdentifiers
public class StackIdentifiers extends Object
Common identifiers used for storing particular types of images.
- Author:
- Owen Feehan
-
Field Summary
Fields Modifier and Type Field Description static StringENERGY_STACKThe channels selected as inputs to an optimization routine or for feature calculation.static StringINPUT_IMAGEThe image used as the primary input for a task. -
Method Summary
-
Field Details
-
INPUT_IMAGE
The image used as the primary input for a task.- See Also:
- Constant Field Values
-
ENERGY_STACK
The channels selected as inputs to an optimization routine or for feature calculation.These are collectively assigned terminology, the energy stack, and can be referred to by index.
- See Also:
- Constant Field Values
-