OpenCV  2.4.13
Open Source Computer Vision
cv::ocl::L2< T > Struct Template Reference

#include <ocl.hpp>

Public Types

enum  { normType = NORM_L2 }
 
typedef T ValueType
 
typedef Accumulator< T >::Type ResultType
 

Public Member Functions

ResultType operator() (const T *a, const T *b, int size) const
 

Member Typedef Documentation

template<class T >
typedef Accumulator<T>::Type cv::ocl::L2< T >::ResultType
template<class T >
typedef T cv::ocl::L2< T >::ValueType

Member Enumeration Documentation

template<class T >
anonymous enum
Enumerator
normType 

Member Function Documentation

template<class T >
ResultType cv::ocl::L2< T >::operator() ( const T *  a,
const T *  b,
int  size 
) const
inline

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