OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::hypot_func< uint > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::hypot_func< uint >:
Collaboration diagram for cv::cudev::hypot_func< uint >:

Public Types

typedef uint first_argument_type
 
typedef float result_type
 
typedef uint second_argument_type
 

Public Member Functions

__device__ __forceinline__ float operator() (uint a, uint b) const
 

Member Typedef Documentation

typedef uint cv::cudev::binary_function< uint , uint , float >::first_argument_type
inherited
typedef float cv::cudev::binary_function< uint , uint , float >::result_type
inherited

Member Function Documentation

__device__ __forceinline__ float cv::cudev::hypot_func< uint >::operator() ( uint  a,
uint  b 
) const
inline

The documentation for this struct was generated from the following file: