Loading...
Searching...
No Matches
cv::cudev::Binder2nd< Op > Struct Template Reference
#include <opencv2/cudev/functional/functional.hpp>
Inheritance diagram for cv::cudev::Binder2nd< Op >:
Public Member Functions | |
| __device__ __forceinline__ Op::result_type | operator() (typename TypeTraits< typename Op::first_argument_type >::parameter_type a) const |
Public Attributes | |
| Op::second_argument_type | arg2 |
| Op | op |
Additional Inherited Members | |
Public Types inherited from cv::cudev::unary_function< Op::first_argument_type, Op::result_type > | |
| typedef Op::first_argument_type | argument_type |
| typedef Op::result_type | result_type |
Member Function Documentation
◆ operator()()
template<class Op >
|
inline |
Member Data Documentation
◆ arg2
template<class Op >
| Op::second_argument_type cv::cudev::Binder2nd< Op >::arg2 |
◆ op
template<class Op >
| Op cv::cudev::Binder2nd< Op >::op |
The documentation for this struct was generated from the following file:
- opencv2/cudev/functional/functional.hpp
Public Types inherited from
1.9.6