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

#include <functional.hpp>

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

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType x) const
 
__host__ __device__ __forceinline__ abs_func ()
 
__host__ __device__ __forceinline__ abs_func (const abs_func &)
 

Constructor & Destructor Documentation

§ abs_func() [1/2]

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

§ abs_func() [2/2]

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

Member Function Documentation

§ operator()()

template<typename T >
__device__ __forceinline__ T cv::gpu::device::abs_func< T >::operator() ( typename TypeTraits< T >::ParameterType  x) const
inline

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