Uses of Class
adams.data.opencv.ImwriteFlag
-
Packages that use ImwriteFlag Package Description adams.data.io.output adams.data.opencv -
-
Uses of ImwriteFlag in adams.data.io.output
Fields in adams.data.io.output declared as ImwriteFlag Modifier and Type Field Description protected ImwriteFlag[]
OpenCVImageWriter. m_Flags
the write flags.Methods in adams.data.io.output that return ImwriteFlag Modifier and Type Method Description ImwriteFlag[]
OpenCVImageWriter. getFlags()
Returns the write flags.Methods in adams.data.io.output with parameters of type ImwriteFlag Modifier and Type Method Description void
OpenCVImageWriter. setFlags(ImwriteFlag[] value)
Sets the write flags. -
Uses of ImwriteFlag in adams.data.opencv
Methods in adams.data.opencv that return ImwriteFlag Modifier and Type Method Description static ImwriteFlag
ImwriteFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImwriteFlag[]
ImwriteFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-