Uses of Class
adams.data.opencv.ImreadMode
-
Packages that use ImreadMode Package Description adams.data.io.input adams.data.opencv -
-
Uses of ImreadMode in adams.data.io.input
Fields in adams.data.io.input declared as ImreadMode Modifier and Type Field Description protected ImreadMode
OpenCVImageReader. m_Mode
the mode.Methods in adams.data.io.input that return ImreadMode Modifier and Type Method Description ImreadMode
OpenCVImageReader. getMode()
Returns the read mode.Methods in adams.data.io.input with parameters of type ImreadMode Modifier and Type Method Description void
OpenCVImageReader. setMode(ImreadMode value)
Sets the read mode. -
Uses of ImreadMode in adams.data.opencv
Methods in adams.data.opencv that return ImreadMode Modifier and Type Method Description static ImreadMode
ImreadMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImreadMode[]
ImreadMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-