MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
nearest_neighbor.h File Reference
#include "sfm/defines.h"
Include dependency graph for nearest_neighbor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sfm::NearestNeighbor< T >
 Nearest (and second nearest) neighbor search for normalized vectors. More...
 
struct  sfm::NearestNeighbor< T >::Result
 Unlike the naming suggests, these are square distances. More...
 

Namespaces

namespace  sfm
 Structure-from-Motion library.
 

Macros

#define ENABLE_SSE2_NN_SEARCH   1
 
#define ENABLE_SSE3_NN_SEARCH   1
 

Macro Definition Documentation

◆ ENABLE_SSE2_NN_SEARCH

#define ENABLE_SSE2_NN_SEARCH   1

Definition at line 15 of file nearest_neighbor.h.

◆ ENABLE_SSE3_NN_SEARCH

#define ENABLE_SSE3_NN_SEARCH   1

Definition at line 16 of file nearest_neighbor.h.