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

#include "functional.hpp"

Inheritance diagram for cv::cudev::direction_func< T, angleInDegrees >:
Collaboration diagram for cv::cudev::direction_func< T, angleInDegrees >:

Public Types

typedef T first_argument_type
 
typedef T result_type
 
typedef T second_argument_type
 

Public Member Functions

__device__ T operator() (T x, T y) const
 

Member Typedef Documentation

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

Member Function Documentation

template<typename T , bool angleInDegrees>
__device__ T cv::cudev::direction_func< T, angleInDegrees >::operator() ( x,
y 
) const
inline

References CV_PI_F, and cv::cudev::saturate_cast().

Here is the call graph for this function:


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