MCPcopy Create free account
hub / github.com/PRBonn/MapClosures / MapClosures

Method MapClosures

cpp/map_closures/MapClosures.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56namespace map_closures {
57MapClosures::MapClosures() : config_(Config()) {
58 orb_extractor_ =
59 cv::ORB::create(nfeatures, scale_factor, n_levels, edge_threshold, first_level, WTA_K,
60 cv::ORB::ScoreType(score_type), patch_size, fast_threshold);
61}
62
63MapClosures::MapClosures(const Config &config) : config_(config) {
64 orb_extractor_ =

Callers

nothing calls this directly

Calls 1

ConfigClass · 0.85

Tested by

no test coverage detected