Logo
OpenCV  2.4.13
Open Source Computer Vision
Public Types | Public Member Functions | List of all members
cvflann::MaxDistance< T > Struct Template Reference

#include <dist.h>

Public Types

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

Public Member Functions

template<typename Iterator1 , typename Iterator2 >
ResultType  operator() (Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist=-1) const
 

Member Typedef Documentation

template<class T >
template<class T >
template<class T >
template<class T >

Member Function Documentation

template<class T >
template<typename Iterator1 , typename Iterator2 >
ResultType cvflann::MaxDistance< T >::operator() ( Iterator1  a,
Iterator2  b,
size_t  size,
ResultType  worst_dist = -1 
) const
inline

Compute the max distance (L_infinity) between two vectors.

This distance is not a valid kdtree distance, it's not dimensionwise additive.


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

AltStyle によって変換されたページ (->オリジナル) /