public static enum CytoskeletonFeatureExtractor.CellMaskFormat extends Enum<CytoskeletonFeatureExtractor.CellMaskFormat>
Enum Constant and Description |
---|
IJ_ROIS
Set of ImageJ 1.x ROIs.
|
LABEL_IMAGE
Label image, i.e., each cell has its own gray-scale label.
|
Modifier and Type | Method and Description |
---|---|
static CytoskeletonFeatureExtractor.CellMaskFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CytoskeletonFeatureExtractor.CellMaskFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CytoskeletonFeatureExtractor.CellMaskFormat LABEL_IMAGE
public static final CytoskeletonFeatureExtractor.CellMaskFormat IJ_ROIS
public static CytoskeletonFeatureExtractor.CellMaskFormat[] values()
for (CytoskeletonFeatureExtractor.CellMaskFormat c : CytoskeletonFeatureExtractor.CellMaskFormat.values()) System.out.println(c);
public static CytoskeletonFeatureExtractor.CellMaskFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.