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