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