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 ImreadModeOpenCVImageReader. m_Modethe mode.Methods in adams.data.io.input that return ImreadMode Modifier and Type Method Description ImreadModeOpenCVImageReader. getMode()Returns the read mode.Methods in adams.data.io.input with parameters of type ImreadMode Modifier and Type Method Description voidOpenCVImageReader. 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 ImreadModeImreadMode. 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.
-