Home
last modified time | relevance | path

Searched refs:CV_GRAY2BGR (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h123 CV_GRAY2BGR =8, enumerator
124 CV_GRAY2RGB =CV_GRAY2BGR,
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_webp.cpp245 cvtColor(*image, temp, CV_GRAY2BGR); in write()
/external/opencv3/modules/video/test/
Dtest_camshift.cpp353 cvCvtColor( img, dst, CV_GRAY2BGR ); in validate_test_results()
492 cvCvtColor( img, dst, CV_GRAY2BGR ); in validate_test_results()
/external/opencv/cv/include/
Dcv.h183 #define CV_GRAY2BGR 8 in LOAD_CHDL() macro
184 #define CV_GRAY2RGB CV_GRAY2BGR in LOAD_CHDL()
/external/opencv3/modules/python/test/
Dcamera_calibration.py326 cv.CvtColor(img, scrib, cv.CV_GRAY2BGR)
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp363 cvCvtColor(thresh_img,dbg_img,CV_GRAY2BGR); in cvFindChessboardCorners()
/external/opencv/cv/src/
Dcvcalibinit.cpp321 cvCvtColor(thresh_img,dbg_img,CV_GRAY2BGR); in cvFindChessboardCorners()
Dcvcolor.cpp2399 case CV_GRAY2BGR: in cvCvtColor()
/external/opencv3/modules/imgproc/test/
Dtest_color.cpp448 fwd_code = CV_BGR2GRAY, inv_code = CV_GRAY2BGR; in get_test_array_types_and_sizes()
/external/opencv3/modules/imgproc/src/
Dcolor.cpp7634 case CV_GRAY2BGR: case CV_GRAY2BGRA: in cvtColor()
7643 if( code == CV_GRAY2BGR ) in cvtColor()