OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::pow_func< T > Struct Template Reference

#include "functional.hpp"

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

Public Types

typedef T first_argument_type
 
typedef float result_type
 
typedef float second_argument_type
 

Public Member Functions

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

Member Typedef Documentation

typedef T cv::cudev::binary_function< T , float , float >::first_argument_type
inherited
typedef float cv::cudev::binary_function< T , float , float >::result_type
inherited
typedef float cv::cudev::binary_function< T , float , float >::second_argument_type
inherited

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: