|
|
virtual void | save (const std::string &file) const =0 |
| | Save vocabulary to a file.
|
| |
|
virtual void | load (const std::string &file)=0 |
| | Load vocabulary from a file.
|
| |
| virtual SparseHistogram | quantizeToSparse (const void *blindDescriptors) const =0 |
| | Create a SparseHistogram from a blind vector of descriptors. More...
|
| |
|
virtual uint32_t | levels () const =0 |
| | Get the depth (number of levels) of the tree.
|
| |
|
virtual uint32_t | splits () const =0 |
| | Get the branching factor (max splits at each node) of the tree.
|
| |
|
virtual uint32_t | words () const =0 |
| | Get the number of words the tree contains.
|
| |
|
virtual void | clear ()=0 |
| | Clears vocabulary, leaving an empty tree.
|
| |
◆ quantizeToSparse()
| virtual SparseHistogram aliceVision::voctree::IVocabularyTree::quantizeToSparse |
( |
const void * |
blindDescriptors | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/voctree/VocabularyTree.hpp