Uses of Class
adams.data.opencv.BorderType
-
Packages that use BorderType Package Description adams.data.opencv adams.data.opencv.transformer -
-
Uses of BorderType in adams.data.opencv
Methods in adams.data.opencv that return BorderType Modifier and Type Method Description static BorderTypeBorderType. valueOf(String name)Returns the enum constant of this type with the specified name.static BorderType[]BorderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BorderType in adams.data.opencv.transformer
Fields in adams.data.opencv.transformer declared as BorderType Modifier and Type Field Description protected BorderTypeBlur. m_BorderTypethe border type.protected BorderTypeGaussianBlur. m_BorderTypethe border type.Methods in adams.data.opencv.transformer that return BorderType Modifier and Type Method Description BorderTypeBlur. getBorderType()Returns the type of border to use.BorderTypeGaussianBlur. getBorderType()Returns the type of border to use.Methods in adams.data.opencv.transformer with parameters of type BorderType Modifier and Type Method Description voidBlur. setBorderType(BorderType value)Sets the type of border to use.voidGaussianBlur. setBorderType(BorderType value)Sets the type of border to use.
-