MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / bow_database

Method bow_database

src/PLPSLAM/data/bow_database.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 {
34
35 bow_database::bow_database(bow_vocabulary *bow_vocab)
36 : bow_vocab_(bow_vocab)
37 {
38 spdlog::debug("CONSTRUCT: data::bow_database");
39 }
40
41 bow_database::~bow_database()
42 {

Callers

nothing calls this directly

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected