Home
last modified time | relevance | path

Searched refs:COLOR_GRAY2BGR (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py93 COLOR_GRAY2BGR = 8 variable in ConvertMode
94 COLOR_GRAY2RGB = COLOR_GRAY2BGR
Dc_transforms.py109 ConvertMode.COLOR_GRAY2BGR: cde.ConvertMode.DE_COLOR_GRAY2BGR,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h45 COLOR_GRAY2BGR = 8, ///< Convert GRAY image to BGR image. enumerator
46 COLOR_GRAY2RGB = COLOR_GRAY2BGR, ///< Convert GRAY image to RGB image.
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc157 .value("DE_COLOR_GRAY2BGR", ConvertMode::COLOR_GRAY2BGR) in __anon7cba642b1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc73 …ConvertMode::COLOR_BGR2RGB, ConvertMode::COLOR_RGB2BGR, ConvertMode::COLOR_GRAY2BGR, ConvertMode… in GetConvertShape()