Home
last modified time | relevance | path

Searched refs:COLOR_BGR2RGBA (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py83 COLOR_BGR2RGBA = 2 variable in ConvertMode
84 COLOR_RGB2BGRA = COLOR_BGR2RGBA
Dc_transforms.py99 ConvertMode.COLOR_BGR2RGBA: cde.ConvertMode.DE_COLOR_BGR2RGBA,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h35 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/
Drgba_to_bgr_op_test.cc43 cv::cvtColor(raw_cv_image_, rgba_image, cv::COLOR_BGR2RGBA); in TEST_F()
Drgba_to_rgb_op_test.cc43 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/
Dbindings.cc147 .value("DE_COLOR_BGR2RGBA", ConvertMode::COLOR_BGR2RGBA) in __anon7cba642b1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc75 … ConvertMode::COLOR_BGR2RGBA, ConvertMode::COLOR_RGB2BGRA, in GetConvertShape()