Home
last modified time | relevance | path

Searched refs:CV_BayerGB2BGR (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h171 CV_BayerGB2BGR =47, enumerator
178 CV_BayerGR2RGB =CV_BayerGB2BGR,
/external/opencv3/modules/imgproc/src/
Ddemosaicing.cpp882 int blue = code == CV_BayerBG2BGR || code == CV_BayerGB2BGR ? -1 : 1; in Bayer2RGB_()
883 int start_with_green = code == CV_BayerGB2BGR || code == CV_BayerGR2BGR; in Bayer2RGB_()
1643 case CV_BayerBG2BGR: case CV_BayerGB2BGR: case CV_BayerRG2BGR: case CV_BayerGR2BGR: in demosaicing()
1653 if( code == CV_BayerBG2BGR || code == CV_BayerGB2BGR || in demosaicing()
Dcolor.cpp8396 case CV_BayerBG2BGR: case CV_BayerGB2BGR: case CV_BayerRG2BGR: case CV_BayerGR2BGR: in cvtColor()
/external/opencv/cv/src/
Dcvcolor.cpp2136 int blue = code == CV_BayerBG2BGR || code == CV_BayerGB2BGR ? -1 : 1; in icvBayer2BGR_8u_C1C3R()
2137 int start_with_green = code == CV_BayerGB2BGR || code == CV_BayerGR2BGR; in icvBayer2BGR_8u_C1C3R()
2271 code != CV_BayerBG2BGR && code != CV_BayerGB2BGR && in cvCvtColor()
2506 case CV_BayerGB2BGR: in cvCvtColor()
/external/opencv/cv/include/
Dcv.h231 #define CV_BayerGB2BGR 47 in LOAD_CHDL() macro
238 #define CV_BayerGR2RGB CV_BayerGB2BGR in LOAD_CHDL()