template struct cv::cudev::RGB_to_HSV_func

#include <color_cvt.hpp>

template <typename SrcDepth>
struct RGB_to_HSV_func: public cv::cudev::color_cvt_detail::RGB2HSV< SrcDepth, 3, 3, 2, 180 >
{
};