OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | List of all members
cv::cudev::Min< T > Struct Template Reference

#include <opencv2/cudev/grid/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 work_type
 

Static Public Member Functions

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

Additional Inherited Members

- Public Member Functions inherited from cv::cudev::minimum< T >
__device__ __forceinline__ T operator() (typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
 

Member Typedef Documentation

◆ 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

◆ result()

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

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