template struct cv::cudev::RGB_to_HLS4_func<float>

#include <color_cvt.hpp>

template <>
struct RGB_to_HLS4_func<float>: public cv::cudev::color_cvt_detail::RGB2HLS< float, 3, 4, 2, 360 >
{
};