OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | List of all members
cv::cudev::pow_func< T > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::pow_func< T >:
cv::cudev::binary_function< T, float, float >

Public Member Functions

__device__ __forceinline__ float operator() (T val, float power) const
 

Additional Inherited Members

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

Member Function Documentation

template<typename T >
__device__ __forceinline__ float cv::cudev::pow_func< T >::operator() ( val,
float  power 
) const
inline

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