public enum PretrainedCellpose3SegmentationModel extends Enum<PretrainedCellpose3SegmentationModel>
Enum Constant and Description |
---|
bact_fluor_cp3 |
bact_phase_cp3 |
CP |
CPx |
cyto |
cyto2 |
cyto2_cp3 |
cyto3 |
deepbacs_cp3 |
LC1 |
LC2 |
LC3 |
LC4 |
livecell_cp3 |
neurips_cellpose_default |
neurips_cellpose_transformer |
neurips_grayscale_cyto2 |
None |
nuclei |
tissuenet_cp3 |
TN1 |
TN2 |
TN3 |
transformer_cp3 |
yeast_BF_cp3 |
yeast_PhC_cp3 |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
String |
toString() |
static PretrainedCellpose3SegmentationModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PretrainedCellpose3SegmentationModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PretrainedCellpose3SegmentationModel cyto3
public static final PretrainedCellpose3SegmentationModel nuclei
public static final PretrainedCellpose3SegmentationModel cyto2_cp3
public static final PretrainedCellpose3SegmentationModel tissuenet_cp3
public static final PretrainedCellpose3SegmentationModel livecell_cp3
public static final PretrainedCellpose3SegmentationModel yeast_PhC_cp3
public static final PretrainedCellpose3SegmentationModel yeast_BF_cp3
public static final PretrainedCellpose3SegmentationModel bact_phase_cp3
public static final PretrainedCellpose3SegmentationModel bact_fluor_cp3
public static final PretrainedCellpose3SegmentationModel deepbacs_cp3
public static final PretrainedCellpose3SegmentationModel cyto2
public static final PretrainedCellpose3SegmentationModel cyto
public static final PretrainedCellpose3SegmentationModel CPx
public static final PretrainedCellpose3SegmentationModel transformer_cp3
public static final PretrainedCellpose3SegmentationModel neurips_cellpose_default
public static final PretrainedCellpose3SegmentationModel neurips_cellpose_transformer
public static final PretrainedCellpose3SegmentationModel neurips_grayscale_cyto2
public static final PretrainedCellpose3SegmentationModel CP
public static final PretrainedCellpose3SegmentationModel TN1
public static final PretrainedCellpose3SegmentationModel TN2
public static final PretrainedCellpose3SegmentationModel TN3
public static final PretrainedCellpose3SegmentationModel LC1
public static final PretrainedCellpose3SegmentationModel LC2
public static final PretrainedCellpose3SegmentationModel LC3
public static final PretrainedCellpose3SegmentationModel LC4
public static final PretrainedCellpose3SegmentationModel None
public static PretrainedCellpose3SegmentationModel[] values()
for (PretrainedCellpose3SegmentationModel c : PretrainedCellpose3SegmentationModel.values()) System.out.println(c);
public static PretrainedCellpose3SegmentationModel 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 nullpublic String getId()
public String getName()
public String toString()
toString
in class Enum<PretrainedCellpose3SegmentationModel>
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.