Uses of Class
com.openinventor.imageviz.engines.geometryandmatching.registration.SoImageRegistrationTransform.RangeModes
-
Packages that use SoImageRegistrationTransform.RangeModes Package Description com.openinventor.imageviz.engines.geometryandmatching.registration This group provides a package of registration functions. -
-
Uses of SoImageRegistrationTransform.RangeModes in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration with type parameters of type SoImageRegistrationTransform.RangeModes Modifier and Type Field Description SoSFEnum<SoImageRegistrationTransform.RangeModes>SoImageRegistrationTransform. rangeModeModelThe way to define the intensity range to be considered by the algorithm in the model (moving) image.SoSFEnum<SoImageRegistrationTransform.RangeModes>SoImageRegistrationTransform. rangeModeReferenceThe way to define the intensity range to be considered by the algorithm in the reference (fixed) image.Methods in com.openinventor.imageviz.engines.geometryandmatching.registration that return SoImageRegistrationTransform.RangeModes Modifier and Type Method Description static SoImageRegistrationTransform.RangeModesSoImageRegistrationTransform.RangeModes. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoImageRegistrationTransform.RangeModesSoImageRegistrationTransform.RangeModes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoImageRegistrationTransform.RangeModes[]SoImageRegistrationTransform.RangeModes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-