OpenCV  2.4.13.5
Open Source Computer Vision
cv::gpu::device::cosh_func< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::cosh_func< T >:
cv::gpu::device::unary_function< T, float >

Public Member Functions

__device__ __forceinline__ float operator() (typename TypeTraits< T >::ParameterType v) const
 
__host__ __device__ __forceinline__ cosh_func ()
 
__host__ __device__ __forceinline__ cosh_func (const cosh_func &)
 

Constructor & Destructor Documentation

§ cosh_func() [1/2]

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

§ cosh_func() [2/2]

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

Member Function Documentation

§ operator()()

template<typename T >
__device__ __forceinline__ float cv::gpu::device::cosh_func< T >::operator() ( typename TypeTraits< T >::ParameterType  v) const
inline

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