Public Member Functions | List of all members
cv::gpu::device::maximum< T > Struct Template Reference

#include <functional.hpp>

Inherits cv::gpu::device::binary_function< T, T, T >.

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType lhs, typename TypeTraits< T >::ParameterType rhs) const
 
__host__ __device__ __forceinline__ maximum ()
 
__host__ __device__ __forceinline__ maximum (const maximum &)
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T >
__device__ __forceinline__ T cv::gpu::device::maximum< T >::operator() ( typename TypeTraits< T >::ParameterType  lhs,
typename TypeTraits< T >::ParameterType  rhs 
) const

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