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.ResizeType
Resize. m_Type
the resize type.Methods in adams.data.opencv.transformer that return Resize.ResizeType Modifier and Type Method Description Resize.ResizeType
Resize. getType()
Returns the resize type.static Resize.ResizeType
Resize.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 void
Resize. setType(Resize.ResizeType value)
Sets the resize type.
-