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 BorderType
BorderType. 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 BorderType
Blur. m_BorderType
the border type.protected BorderType
GaussianBlur. m_BorderType
the border type.Methods in adams.data.opencv.transformer that return BorderType Modifier and Type Method Description BorderType
Blur. getBorderType()
Returns the type of border to use.BorderType
GaussianBlur. getBorderType()
Returns the type of border to use.Methods in adams.data.opencv.transformer with parameters of type BorderType Modifier and Type Method Description void
Blur. setBorderType(BorderType value)
Sets the type of border to use.void
GaussianBlur. setBorderType(BorderType value)
Sets the type of border to use.
-