Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py85 COLOR_RGBA2BGR = 3 variable in ConvertMode
86 COLOR_BGRA2RGB = COLOR_RGBA2BGR
Dc_transforms.py101 ConvertMode.COLOR_RGBA2BGR: cde.ConvertMode.DE_COLOR_RGBA2BGR,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h37 COLOR_RGBA2BGR = 3, ///< Convert RGBA image to BGR image. enumerator
38 COLOR_BGRA2RGB = COLOR_RGBA2BGR, ///< Convert BGRA image to RGB image.
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc149 .value("DE_COLOR_RGBA2BGR", ConvertMode::COLOR_RGBA2BGR) in __anon39cb0f2d1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc72 …ConvertMode::COLOR_BGRA2BGR, ConvertMode::COLOR_RGBA2RGB, ConvertMode::COLOR_RGBA2BGR, ConvertMode… in GetConvertShape()
1364 cv::cvtColor(input_cv->mat(), output_cv->mat(), static_cast<int>(cv::COLOR_RGBA2BGR)); in RgbaToBgr()