template struct cv::cudev::saturate_cast_fp16_func<float, short>
#include <functional.hpp> template <> struct saturate_cast_fp16_func<float, short>: public cv::cudev::unary_function { // methods __device__ __forceinline__ short operator()(float v) const; };
Inherited Members
public: // typedefs typedef _Arg argument_type; typedef _Result result_type;