MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / query

Method query

pose_graph/ThirdParty/DBoW/TemplatedDatabase.h:533–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531
532template <class TDescriptor, class F>
533void TemplatedDatabase<TDescriptor, F>::query(const std::vector<TDescriptor>& features,
534 QueryResults& ret,
535 int max_results,
536 int max_id) const {
537 BowVector vec;
538 m_voc->transform(features, vec);
539 query(vec, ret, max_results, max_id);
540}
541
542// --------------------------------------------------------------------------
543

Callers 1

detectLoopMethod · 0.80

Calls 2

transformMethod · 0.80
getScoringTypeMethod · 0.80

Tested by

no test coverage detected