#include <gtsam/base/Matrix.h>#include <gtsam/geometry/FundamentalMatrix.h>#include <gtsam/geometry/Point2.h>
Go to the source code of this file.
Namespaces | |
| gtsam | |
| traits | |
Functions | |
| Point2 | gtsam::EpipolarTransfer (const Matrix3 &Fca, const Point2 &pa, const Matrix3 &Fcb, const Point2 &pb) |
| Transfer projections from cameras a and b to camera c. More... | |