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