public static enum Contour2DCurvatureCalculator.Algorithm extends Enum<Contour2DCurvatureCalculator.Algorithm>
| Enum Constant and Description | 
|---|
| BEUS_TIU | 
| MODIFIED_FREEMAN_DAVIS | 
| Modifier and Type | Method and Description | 
|---|---|
| static Contour2DCurvatureCalculator.Algorithm | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Contour2DCurvatureCalculator.Algorithm[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Contour2DCurvatureCalculator.Algorithm MODIFIED_FREEMAN_DAVIS
public static final Contour2DCurvatureCalculator.Algorithm BEUS_TIU
public static Contour2DCurvatureCalculator.Algorithm[] values()
for (Contour2DCurvatureCalculator.Algorithm c : Contour2DCurvatureCalculator.Algorithm.values()) System.out.println(c);
public static Contour2DCurvatureCalculator.Algorithm 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.