OpenCV  3.4.20-dev
Open Source Computer Vision
Public Member Functions | List of all members
cv::cudev::greater< T > Struct Template Reference

#include <opencv2/cudev/functional/functional.hpp>

Inheritance diagram for cv::cudev::greater< T >:
cv::cudev::binary_function< T, T, MakeVec< uchar, VecTraits< T >::cn >::type >

Public Member Functions

__device__ __forceinline__ MakeVec< uchar, VecTraits< T >::cn >::type operator() (typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
 

Member Function Documentation

◆ operator()()

template<typename T >
__device__ __forceinline__ MakeVec<uchar, VecTraits<T>::cn>::type cv::cudev::greater< T >::operator() ( typename TypeTraits< T >::parameter_type  a,
typename TypeTraits< T >::parameter_type  b 
) const
inline

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