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>