Skip to content

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Oct 25, 2024
1 parent 5b413b8 commit 9773fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtsam/geometry/FundamentalMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ class GTSAM_EXPORT SimpleFundamentalMatrix {
* Take two fundamental matrices Fca and Fcb, and two points pa and pb, and
* returns the 2D point in view (c) where the epipolar lines intersect.
*/
Point2 Transfer(const Matrix3& Fca, const Point2& pa, const Matrix3& Fcb,
const Point2& pb);
GTSAM_EXPORT Point2 Transfer(const Matrix3& Fca, const Point2& pa,
const Matrix3& Fcb, const Point2& pb);

/// Represents a set of three fundamental matrices for transferring points
/// between three cameras.
Expand Down

0 comments on commit 9773fbc

Please sign in to comment.