Public Member Functions
cv::gpu::device::hypot_sqr_func< T > Struct Template Reference

#include <functional.hpp>

Inherits cv::gpu::device::binary_function< T, T, float >.

List of all members.

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType src1, typename TypeTraits< T >::ParameterType src2) const
__device__ __forceinline__ hypot_sqr_func (const hypot_sqr_func &other)
__device__ __forceinline__ hypot_sqr_func ()

template<typename T>
struct cv::gpu::device::hypot_sqr_func< T >


Constructor & Destructor Documentation

template<typename T >
__device__ __forceinline__ cv::gpu::device::hypot_sqr_func< T >::hypot_sqr_func ( const hypot_sqr_func< T > &  other)
template<typename T >
__device__ __forceinline__ cv::gpu::device::hypot_sqr_func< T >::hypot_sqr_func ( )

Member Function Documentation

template<typename T >
__device__ __forceinline__ T cv::gpu::device::hypot_sqr_func< T >::operator() ( typename TypeTraits< T >::ParameterType  src1,
typename TypeTraits< T >::ParameterType  src2 
) const

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