OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
cv::cudev::hypot_func< ushort > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::hypot_func< ushort >:
cv::cudev::binary_function< ushort, ushort, float >

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from cv::cudev::binary_function< ushort, ushort, float >
typedef ushort first_argument_type
 
typedef float result_type
 
typedef ushort second_argument_type
 

Member Function Documentation

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

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