OpenCV  3.0.0
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< T > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::hypot_func< T >:
cv::cudev::binary_function< T, T, functional_detail::FloatType< T >::type >

Public Member Functions

__device__ __forceinline__
functional_detail::FloatType
< T >::type 
operator() (typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
 

Additional Inherited Members

- Public Types inherited from cv::cudev::binary_function< T, T, functional_detail::FloatType< T >::type >
typedef T first_argument_type
 
typedef
functional_detail::FloatType
< T >::type 
result_type
 
typedef T second_argument_type
 

Member Function Documentation

template<typename T >
__device__ __forceinline__ functional_detail::FloatType<T>::type cv::cudev::hypot_func< T >::operator() ( typename TypeTraits< T >::parameter_type  a,
typename TypeTraits< T >::parameter_type  b 
) const
inline

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