fix wrapper argument
parent
2dfc683a3e
commit
0ec8b617b8
|
@ -329,7 +329,7 @@ class MatchIndicesMap {
|
|||
size_t size() const;
|
||||
bool empty() const;
|
||||
void clear();
|
||||
gtsam::gtsfm::CorrespondenceIndices at(const pair<size_t, size_t>& keypair) const;
|
||||
gtsam::gtsfm::CorrespondenceIndices at(const IndexPair& keypair) const;
|
||||
};
|
||||
|
||||
class Keypoints {
|
||||
|
@ -350,6 +350,7 @@ class KeypointsVector {
|
|||
gtsam::SfmTrack2dVector tracksFromPairwiseMatches(
|
||||
const gtsam::gtsfm::MatchIndicesMap& matches_dict,
|
||||
const gtsam::gtsfm::KeypointsVector& keypoints_list, bool verbose = false);
|
||||
|
||||
} // namespace gtsfm
|
||||
|
||||
} // namespace gtsam
|
||||
|
|
Loading…
Reference in New Issue