OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::hypot_sqr_func< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::hypot_sqr_func< T >:
cv::gpu::device::binary_function< T, T, float >

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType src1, typename TypeTraits< T >::ParameterType src2) const
 
__host__ __device__ __forceinline__ hypot_sqr_func ()
 
__host__ __device__ __forceinline__ hypot_sqr_func (const hypot_sqr_func &)
 

Constructor & Destructor Documentation

§ hypot_sqr_func() [1/2]

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::hypot_sqr_func< T >::hypot_sqr_func ( )
inline

§ hypot_sqr_func() [2/2]

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::hypot_sqr_func< T >::hypot_sqr_func ( const hypot_sqr_func< T > &  )
inline

Member Function Documentation

§ operator()()

template<typename T >
__device__ __forceinline__ T cv::gpu::device::hypot_sqr_func< T >::operator() ( typename TypeTraits< T >::ParameterType  src1,
typename TypeTraits< T >::ParameterType  src2 
) const
inline

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