Searched refs:COLOR_GRAY2BGR (Results 1 – 5 of 5) sorted by relevance
93 COLOR_GRAY2BGR = 8 variable in ConvertMode94 COLOR_GRAY2RGB = COLOR_GRAY2BGR
109 ConvertMode.COLOR_GRAY2BGR: cde.ConvertMode.DE_COLOR_GRAY2BGR,
45 COLOR_GRAY2BGR = 8, ///< Convert GRAY image to BGR image. enumerator46 COLOR_GRAY2RGB = COLOR_GRAY2BGR, ///< Convert GRAY image to RGB image.
157 .value("DE_COLOR_GRAY2BGR", ConvertMode::COLOR_GRAY2BGR) in __anon7cba642b1002()
73 …ConvertMode::COLOR_BGR2RGB, ConvertMode::COLOR_RGB2BGR, ConvertMode::COLOR_GRAY2BGR, ConvertMode… in GetConvertShape()