public enum SimpleImageRegistrationModel extends Enum<SimpleImageRegistrationModel>
Enum Constant and Description |
---|
Affine |
Elastic |
MovingLeastSquares |
Rigid |
Similarity |
Translation |
Modifier and Type | Method and Description |
---|---|
mpicbg.trakem2.transform.CoordinateTransform |
toCoordinateTransform() |
static SimpleImageRegistrationModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleImageRegistrationModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleImageRegistrationModel Translation
public static final SimpleImageRegistrationModel Rigid
public static final SimpleImageRegistrationModel Similarity
public static final SimpleImageRegistrationModel Affine
public static final SimpleImageRegistrationModel Elastic
public static final SimpleImageRegistrationModel MovingLeastSquares
public static SimpleImageRegistrationModel[] values()
for (SimpleImageRegistrationModel c : SimpleImageRegistrationModel.values()) System.out.println(c);
public static SimpleImageRegistrationModel 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 mpicbg.trakem2.transform.CoordinateTransform toCoordinateTransform()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.