Uses of Class
adams.data.opencv.transformer.Resize.ResizeType
-
Packages that use Resize.ResizeType Package Description adams.data.opencv.transformer -
-
Uses of Resize.ResizeType in adams.data.opencv.transformer
Fields in adams.data.opencv.transformer declared as Resize.ResizeType Modifier and Type Field Description protected Resize.ResizeTypeResize. m_Typethe resize type.Methods in adams.data.opencv.transformer that return Resize.ResizeType Modifier and Type Method Description Resize.ResizeTypeResize. getType()Returns the resize type.static Resize.ResizeTypeResize.ResizeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Resize.ResizeType[]Resize.ResizeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.opencv.transformer with parameters of type Resize.ResizeType Modifier and Type Method Description voidResize. setType(Resize.ResizeType value)Sets the resize type.
-