RGB2YCrCb 676 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <typename T, int scn, int dcn, int bidx> struct RGB2YCrCb RGB2YCrCb 689 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> struct RGB2YCrCb<uchar, 4, 4, bidx> : unary_function<uint, uint> RGB2YCrCb 428 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp template <typename T, int scn, int dcn, int bidx> struct RGB2YCrCb RGB2YCrCb 453 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp template <int scn, int dcn, int bidx> struct RGB2YCrCb<float, scn, dcn, bidx> RGB2YCrCb 622 modules/imgproc/src/opencl/cvtcolor.cl __kernel void RGB2YCrCb(__global const uchar* srcptr, int src_step, int src_offset,