Searched refs:COLOR_BGR2RGBA (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/dataset/vision/ |
D | utils.py | 83 COLOR_BGR2RGBA = 2 variable in ConvertMode 84 COLOR_RGB2BGRA = COLOR_BGR2RGBA
|
D | c_transforms.py | 99 ConvertMode.COLOR_BGR2RGBA: cde.ConvertMode.DE_COLOR_BGR2RGBA,
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | constants.h | 35 COLOR_BGR2RGBA = 2, ///< Convert BGR image to RGBA image. enumerator 36 COLOR_RGB2BGRA = COLOR_BGR2RGBA, ///< Convert RGB image to BGRA image.
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | rgba_to_bgr_op_test.cc | 43 cv::cvtColor(raw_cv_image_, rgba_image, cv::COLOR_BGR2RGBA); in TEST_F()
|
D | rgba_to_rgb_op_test.cc | 43 cv::cvtColor(raw_cv_image_, rgba_image, cv::COLOR_BGR2RGBA); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/ |
D | bindings.cc | 147 .value("DE_COLOR_BGR2RGBA", ConvertMode::COLOR_BGR2RGBA) in __anon7cba642b1002()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | image_utils.cc | 75 … ConvertMode::COLOR_BGR2RGBA, ConvertMode::COLOR_RGB2BGRA, in GetConvertShape()
|