Searched refs:COLOR_RGBA2BGR (Results 1 – 5 of 5) sorted by relevance
85 COLOR_RGBA2BGR = 3 variable in ConvertMode86 COLOR_BGRA2RGB = COLOR_RGBA2BGR
101 ConvertMode.COLOR_RGBA2BGR: cde.ConvertMode.DE_COLOR_RGBA2BGR,
37 COLOR_RGBA2BGR = 3, ///< Convert RGBA image to BGR image. enumerator38 COLOR_BGRA2RGB = COLOR_RGBA2BGR, ///< Convert BGRA image to RGB image.
149 .value("DE_COLOR_RGBA2BGR", ConvertMode::COLOR_RGBA2BGR) in __anon39cb0f2d1002()
72 …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()