OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::cudev::Min< T > Struct Template Reference

#include "reduce_to_vec.hpp"

Inheritance diagram for cv::cudev::Min< T >:
Collaboration diagram for cv::cudev::Min< T >:

Classes

struct  rebind
 

Public Types

typedef T first_argument_type
 
typedef T result_type
 
typedef T second_argument_type
 
typedef T work_type
 

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
 

Static Public Member Functions

__device__ static __forceinline__ T initialValue ()
 
__device__ static __forceinline__ T result (T r, int)
 

Member Typedef Documentation

◆ first_argument_type

typedef T cv::cudev::binary_function< T , T , T >::first_argument_type
inherited

◆ result_type

typedef T cv::cudev::binary_function< T , T , T >::result_type
inherited

◆ second_argument_type

◆ work_type

template<typename T >
typedef T cv::cudev::Min< T >::work_type

Member Function Documentation

◆ initialValue()

template<typename T >
__device__ static __forceinline__ T cv::cudev::Min< T >::initialValue ( )
inlinestatic

References cv::cudev::max().

Here is the call graph for this function:

◆ operator()()

template<typename T>
__device__ __forceinline__ T cv::cudev::minimum< T >::operator() ( typename TypeTraits< T >::parameter_type  a,
typename TypeTraits< T >::parameter_type  b 
) const
inlineinherited

References cv::cudev::min().

Here is the call graph for this function:

◆ result()

template<typename T >
__device__ static __forceinline__ T cv::cudev::Min< T >::result ( T  r,
int   
)
inlinestatic

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