Define the structure for SfM data.
More...
#include <dataset.h>
Define the structure for SfM data.
Definition at line 326 of file dataset.h.
void gtsam::SfmData::add_camera |
( |
const SfmCamera & |
cam | ) |
|
|
inline |
void gtsam::SfmData::add_track |
( |
const SfmTrack & |
t | ) |
|
|
inline |
The camera pose at frame index idx
Definition at line 337 of file dataset.h.
bool gtsam::SfmData::equals |
( |
const SfmData & |
sfmData, |
|
|
double |
tol = 1e-9 |
|
) |
| const |
|
inline |
assert equality up to a tolerance
Definition at line 366 of file dataset.h.
size_t gtsam::SfmData::number_cameras |
( |
| ) |
const |
|
inline |
size_t gtsam::SfmData::number_tracks |
( |
| ) |
const |
|
inline |
The number of reconstructed 3D points.
Definition at line 333 of file dataset.h.
void gtsam::SfmData::print |
( |
const std::string & |
s = "" | ) |
const |
|
inline |
template<class Archive >
void gtsam::SfmData::serialize |
( |
Archive & |
ar, |
|
|
const unsigned |
int |
|
) |
| |
|
inline |
The track formed by series of landmark measurements.
Definition at line 341 of file dataset.h.
friend class boost::serialization::access |
|
friend |
Serialization function
Definition at line 354 of file dataset.h.
std::vector<SfmCamera> gtsam::SfmData::cameras |
std::vector<SfmTrack> gtsam::SfmData::tracks |
Sparse set of points.
Definition at line 328 of file dataset.h.
The documentation for this struct was generated from the following file: