removed measurements from sfmdata
parent
a68b0798f9
commit
6362b5648a
|
|
@ -256,7 +256,6 @@ typedef PinholeCamera<Cal3Bundler> SfmCamera;
|
||||||
|
|
||||||
/// Define the structure for SfM data
|
/// Define the structure for SfM data
|
||||||
struct SfmData {
|
struct SfmData {
|
||||||
std::vector<SfmMeasurement> measurements; ///<Set of measurements in a track
|
|
||||||
std::vector<SfmCamera> cameras; ///< Set of cameras
|
std::vector<SfmCamera> cameras; ///< Set of cameras
|
||||||
std::vector<SfmTrack> tracks; ///< Sparse set of points
|
std::vector<SfmTrack> tracks; ///< Sparse set of points
|
||||||
size_t number_cameras() const {
|
size_t number_cameras() const {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue