OpenCV  4.0.1
Open Source Computer Vision
Public Types | Public Member Functions | Static Public Attributes | List of all members
cv::L2< T > Struct Template Reference

#include "features2d.hpp"

Public Types

typedef Accumulator< T >::Type ResultType
 
typedef T ValueType
 

Public Member Functions

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

Static Public Attributes

static const NormTypes normType = NORM_L2
 

Member Typedef Documentation

§ ResultType

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

§ ValueType

template<class T >
typedef T cv::L2< T >::ValueType

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ normType

template<class T >
const NormTypes cv::L2< T >::normType = NORM_L2
static

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