MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / get_initial_keypoints

Method get_initial_keypoints

src/PLPSLAM/tracking_module.cc:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 std::vector<cv::KeyPoint> tracking_module::get_initial_keypoints() const
130 {
131 return initializer_.get_initial_keypoints();
132 }
133
134 std::vector<int> tracking_module::get_initial_matches() const
135 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected