MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / operator()

Method operator()

pose_graph/src/pose_graph/Keyframe.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void BriefExtractor::operator()(const cv::Mat& im,
222 std::vector<cv::KeyPoint>& keys,
223 std::vector<DVision::BRIEF256::bitset>& descriptors) const {
224 m_brief.compute(im, keys, descriptors);
225}
226
227bool Keyframe::matchBrisk(const cv::Mat& window_descriptor,
228 const cv::Mat& descriptors_old,

Callers

nothing calls this directly

Calls 1

computeMethod · 0.45

Tested by

no test coverage detected