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

Class BriefExtractor

pose_graph/include/pose_graph/Keyframe.h:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "utils/Utils.h"
21
22class BriefExtractor {
23 public:
24 virtual void operator()(const cv::Mat& im,
25 std::vector<cv::KeyPoint>& keys, // NOLINT
26 std::vector<DVision::BRIEF256::bitset>& descriptors) const; // NOLINT
27 explicit BriefExtractor(const std::string& pattern_file);
28
29 DVision::BRIEF256 m_brief;
30};
31
32class Keyframe {
33 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected