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

#include <opencv2/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_L1
 

Member Typedef Documentation

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

Member Function Documentation

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

Member Data Documentation

template<class T>
const NormTypes cv::L1< T >::normType = NORM_L1
static

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