Enum ImageReadMode
Defined in File constants.h
Enum Documentation
-
enum class mindspore::dataset::ImageReadMode
The mode for reading a image file.
Values:
-
enumerator kUNCHANGED
Remain the output in the original format.
-
enumerator kGRAYSCALE
Convert the output into one channel grayscale data.
-
enumerator kCOLOR
Convert the output into three channels RGB color data.
-
enumerator kUNCHANGED