| 219 | } |
| 220 | |
| 221 | void 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 | |
| 227 | bool Keyframe::matchBrisk(const cv::Mat& window_descriptor, |
| 228 | const cv::Mat& descriptors_old, |