template struct cv::cudev::BGRA_to_GRAY_func

#include <color_cvt.hpp>

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