template struct cv::cudev::BGR_to_GRAY_func

#include <color_cvt.hpp>

template <typename SrcDepth>
struct BGR_to_GRAY_func: public cv::cudev::color_cvt_detail::RGB2Gray< SrcDepth, 3, 0 >
{
};