AliceVision
Photogrammetric Computer Vision Framework
Public Types | Public Member Functions | List of all members
aliceVision::feature::L2_Vectorized< T > Struct Template Reference

Squared Euclidean distance functor (vectorized version) More...

#include <metric.hpp>

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) const
 

Detailed Description

template<class T>
struct aliceVision::feature::L2_Vectorized< T >

Squared Euclidean distance functor (vectorized version)


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