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

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

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

Public Member Functions

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

Additional Inherited Members

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

Member Function Documentation

§ operator()()

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

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