OpenCV  3.4.5
Open Source Computer Vision
Public Types | Public Member Functions | List of all members
cv::SL2< T > Struct Template Reference

#include "features2d.hpp"

Public Types

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

Public Member Functions

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

Member Typedef Documentation

§ ResultType

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

§ ValueType

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

Member Enumeration Documentation

§ anonymous enum

template<class T >
anonymous enum
Enumerator
normType 

Member Function Documentation

§ operator()()

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

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