OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::maximum< schar > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::maximum< schar >:
cv::gpu::device::binary_function< schar, schar, schar >

Public Member Functions

__device__ __forceinline__ schar operator() (schar lhs, schar rhs) const
 
__host__ __device__ __forceinline__ maximum ()
 
__host__ __device__ __forceinline__ maximum (const maximum &)
 

Constructor & Destructor Documentation

__host__ __device__ __forceinline__ cv::gpu::device::maximum< schar >::maximum ( )
inline
__host__ __device__ __forceinline__ cv::gpu::device::maximum< schar >::maximum ( const maximum< schar > &  )
inline

Member Function Documentation

__device__ __forceinline__ schar cv::gpu::device::maximum< schar >::operator() ( schar  lhs,
schar  rhs 
) const
inline

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