ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::retrieval::VisualIndex< kDescType, kDescDim, kEmbeddingDim >::IndexOptions Struct Reference

#include <visual_index.h>

Public Attributes

int num_neighbors = 1
 
int num_checks = 256
 
int num_threads = kMaxNumThreads
 

Detailed Description

template<typename kDescType = uint8_t, int kDescDim = 128, int kEmbeddingDim = 64>
struct colmap::retrieval::VisualIndex< kDescType, kDescDim, kEmbeddingDim >::IndexOptions

Definition at line 45 of file visual_index.h.

Member Data Documentation

◆ num_checks

template<typename kDescType = uint8_t, int kDescDim = 128, int kEmbeddingDim = 64>
int colmap::retrieval::VisualIndex< kDescType, kDescDim, kEmbeddingDim >::IndexOptions::num_checks = 256

◆ num_neighbors

template<typename kDescType = uint8_t, int kDescDim = 128, int kEmbeddingDim = 64>
int colmap::retrieval::VisualIndex< kDescType, kDescDim, kEmbeddingDim >::IndexOptions::num_neighbors = 1

◆ num_threads

template<typename kDescType = uint8_t, int kDescDim = 128, int kEmbeddingDim = 64>
int colmap::retrieval::VisualIndex< kDescType, kDescDim, kEmbeddingDim >::IndexOptions::num_threads = kMaxNumThreads

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