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::UnaryTupleAdapter< Op, n > Struct Template Reference

#include "tuple_adapter.hpp"

Collaboration diagram for cv::cudev::UnaryTupleAdapter< Op, n >:

Public Types

typedef Op::result_type result_type
 

Public Member Functions

template<class Tuple >
__device__ __forceinline__ Op::result_type operator() (const Tuple &t) const
 

Public Attributes

Op op
 

Member Typedef Documentation

◆ result_type

template<class Op, int n>
typedef Op::result_type cv::cudev::UnaryTupleAdapter< Op, n >::result_type

Member Function Documentation

◆ operator()()

template<class Op, int n>
template<class Tuple >
__device__ __forceinline__ Op::result_type cv::cudev::UnaryTupleAdapter< Op, n >::operator() ( const Tuple &  t) const
inline

Member Data Documentation

◆ op


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