public static enum PaCeQuant.SegmentationInputFormat extends Enum<PaCeQuant.SegmentationInputFormat>
Enum Constant and Description |
---|
BINARY_IMAGE
Binary image with cell regions in white.
|
IMAGEJ_ROIs
ImageJ ROIs.
|
LABEL_IMAGE
Label image with a unique label for each cell.
|
Modifier and Type | Method and Description |
---|---|
static PaCeQuant.SegmentationInputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaCeQuant.SegmentationInputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaCeQuant.SegmentationInputFormat BINARY_IMAGE
public static final PaCeQuant.SegmentationInputFormat LABEL_IMAGE
public static final PaCeQuant.SegmentationInputFormat IMAGEJ_ROIs
public static PaCeQuant.SegmentationInputFormat[] values()
for (PaCeQuant.SegmentationInputFormat c : PaCeQuant.SegmentationInputFormat.values()) System.out.println(c);
public static PaCeQuant.SegmentationInputFormat 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.