Skip to content

Commit

Permalink
Update ShonanAveraging.h
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Jul 9, 2021
1 parent cd3854a commit 15478bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtsam/sfm/ShonanAveraging.h
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ class GTSAM_EXPORT ShonanAveraging2 : public ShonanAveraging<2> {
const Parameters &parameters = Parameters());
explicit ShonanAveraging2(std::string g2oFile,
const Parameters &parameters = Parameters());
ShonanAveraging2(const gtsam::BetweenFactorPose2s &factors,
const gtsam::ShonanAveragingParameters2 &parameters);
};

class GTSAM_EXPORT ShonanAveraging3 : public ShonanAveraging<3> {
Expand Down

0 comments on commit 15478bf

Please sign in to comment.