public enum EnumCV_VisualEvaluationMethods extends java.lang.Enum<EnumCV_VisualEvaluationMethods>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_VisualEvaluationMethods |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_VisualEvaluationMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_VisualEvaluationMethods OVERALL_IMAGE_QUALITY_EVALUATION_109701
public static final EnumCV_VisualEvaluationMethods GRAYSCALE_RESOLUTION_EVALUATION_109702
public static final EnumCV_VisualEvaluationMethods LUMINANCE_RESPONSE_EVALUATION_109703
public static final EnumCV_VisualEvaluationMethods LUMINANCE_UNIFORMITY_EVALUATION_109704
public static final EnumCV_VisualEvaluationMethods CHROMATICITY_EVALUATION_109705
public static final EnumCV_VisualEvaluationMethods PIXEL_FAULTS_EVALUATION_109706
public static final EnumCV_VisualEvaluationMethods VEILING_GLARE_EVALUATION_109707
public static final EnumCV_VisualEvaluationMethods GEOMETRICAL_IMAGE_EVALUATION_109708
public static final EnumCV_VisualEvaluationMethods ANGULAR_VIEWING_EVALUATION_109709
public static final EnumCV_VisualEvaluationMethods CLINICAL_EVALUATION_109710
public static EnumCV_VisualEvaluationMethods[] values()
for (EnumCV_VisualEvaluationMethods c : EnumCV_VisualEvaluationMethods.values()) System.out.println(c);
public static EnumCV_VisualEvaluationMethods valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()