OpenCV  2.4.13.2
Open Source Computer Vision
cv::gpu::device::atan2_func< double > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::atan2_func< double >:
cv::gpu::device::binary_function< double, double, double >

Public Member Functions

__device__ __forceinline__ double operator() (double v1, double v2) const
 
__host__ __device__ __forceinline__ atan2_func ()
 
__host__ __device__ __forceinline__ atan2_func (const atan2_func &)
 

Constructor & Destructor Documentation

§ atan2_func() [1/2]

__host__ __device__ __forceinline__ cv::gpu::device::atan2_func< double >::atan2_func ( )
inline

§ atan2_func() [2/2]

__host__ __device__ __forceinline__ cv::gpu::device::atan2_func< double >::atan2_func ( const atan2_func< double > &  )
inline

Member Function Documentation

§ operator()()

__device__ __forceinline__ double cv::gpu::device::atan2_func< double >::operator() ( double  v1,
double  v2 
) const
inline

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