OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::magnitude_sqr_interleaved_func< T2 > Struct Template Reference

#include <opencv2/cudev/functional/functional.hpp>

Collaboration diagram for cv::cudev::magnitude_sqr_interleaved_func< T2 >:

Public Types

typedef TypeTraits< T2 >::parameter_type parameter_type
 
- Public Types inherited from cv::cudev::unary_function< T2, VecTraits< T2 >::elem_type >
typedef T2 argument_type
 
typedef VecTraits< T2 >::elem_type result_type
 

Public Member Functions

__device__ __forceinline__ T operator() (parameter_type ab) const
 

Member Typedef Documentation

◆ parameter_type

template<typename T2 >
TypeTraits<T2>::parameter_type cv::cudev::magnitude_sqr_interleaved_func< T2 >::parameter_type

Member Function Documentation

◆ operator()()

template<typename T2 >
__device__ __forceinline__ T cv::cudev::magnitude_sqr_interleaved_func< T2 >::operator() ( parameter_type ab) const
inline

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