OpenCV  3.4.7
Open Source Computer Vision
Public Member Functions | List of all members
cv::cudev::maximum< ushort > Struct Template Reference

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

Inheritance diagram for cv::cudev::maximum< ushort >:
cv::cudev::binary_function< ushort, ushort, ushort >

Public Member Functions

__device__ __forceinline__ ushort operator() (ushort a, ushort b) const
 

Additional Inherited Members

- Public Types inherited from cv::cudev::binary_function< ushort, ushort, ushort >
typedef ushort first_argument_type
 
typedef ushort result_type
 
typedef ushort second_argument_type
 

Member Function Documentation

§ operator()()

__device__ __forceinline__ ushort cv::cudev::maximum< ushort >::operator() ( ushort  a,
ushort  b 
) const
inline

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