Searched refs:CV_BGR2BGRA (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/include/
H A Dcv.h163 #define CV_BGR2BGRA 0 macro
164 #define CV_RGB2RGBA CV_BGR2BGRA
/external/opencv/cv/src/
H A Dcvcolor.cpp2281 case CV_BGR2BGRA:
2290 param[0] = code == CV_BGR2BGRA ? 0 : 2; // blue_idx

Completed in 50 milliseconds