template struct cv::cudev::hypot_func<double>
#include <functional.hpp> template <> struct hypot_func<double>: public cv::cudev::binary_function { // methods __device__ __forceinline__ double operator()( double a, double b ) const; };
Inherited Members
public: // typedefs typedef _Arg1 first_argument_type; typedef _Result result_type; typedef _Arg2 second_argument_type;