Home
last modified time | relevance | path

Searched refs:COLOR_RGBA2RGB (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py82 COLOR_RGBA2RGB = COLOR_BGRA2BGR variable in ConvertMode
Dc_transforms.py98 ConvertMode.COLOR_RGBA2RGB: cde.ConvertMode.DE_COLOR_RGBA2RGB,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h34 COLOR_RGBA2RGB = COLOR_BGRA2BGR, ///< Remove alpha channel to RGB image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc146 .value("DE_COLOR_RGBA2RGB", ConvertMode::COLOR_RGBA2RGB) in __anon39cb0f2d1002()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstsegmentation.cpp364 cvtColor (img, filter->cvRGB, COLOR_RGBA2RGB); in gst_segmentation_transform_ip()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc72 …ConvertMode::COLOR_BGRA2BGR, ConvertMode::COLOR_RGBA2RGB, ConvertMode::COLOR_RGBA2BGR, ConvertMode… in GetConvertShape()
1343 cv::cvtColor(input_cv->mat(), output_cv->mat(), static_cast<int>(cv::COLOR_RGBA2RGB)); in RgbaToRgb()