MVE - Multi-View Environment mve-devel
|
#include "sfm/defines.h"
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 |
#define ENABLE_SSE2_NN_SEARCH 1 |
Definition at line 15 of file nearest_neighbor.h.
#define ENABLE_SSE3_NN_SEARCH 1 |
Definition at line 16 of file nearest_neighbor.h.