Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h173 CV_BayerGR2BGR =49, enumerator
176 CV_BayerGB2RGB =CV_BayerGR2BGR,
/external/opencv/cv/include/
Dcv.h233 #define CV_BayerGR2BGR 49 in LOAD_CHDL() macro
236 #define CV_BayerGB2RGB CV_BayerGR2BGR in LOAD_CHDL()
/external/opencv3/modules/imgproc/src/
Ddemosaicing.cpp883 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()
1654 code == CV_BayerRG2BGR || code == CV_BayerGR2BGR ) in demosaicing()
Dcolor.cpp8396 case CV_BayerBG2BGR: case CV_BayerGB2BGR: case CV_BayerRG2BGR: case CV_BayerGR2BGR: in cvtColor()
/external/opencv/cv/src/
Dcvcolor.cpp2137 int start_with_green = code == CV_BayerGB2BGR || code == CV_BayerGR2BGR; in icvBayer2BGR_8u_C1C3R()
2272 code != CV_BayerRG2BGR && code != CV_BayerGR2BGR ) in cvCvtColor()
2508 case CV_BayerGR2BGR: in cvCvtColor()
/external/opencv3/modules/imgproc/test/
Dtest_color.cpp1595 if( code == CV_BayerRG2BGR || code == CV_BayerGR2BGR ) in bayer2BGR_()
2153 for (int code = CV_BayerBG2BGR; code <= CV_BayerGR2BGR; ++code) in TEST()