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