printing out the 3d point
parent
2e8692105a
commit
0ce1db2d89
|
|
@ -303,7 +303,8 @@ struct SfmTrack {
|
||||||
|
|
||||||
/// print
|
/// print
|
||||||
void print(const std::string& s = "") const {
|
void print(const std::string& s = "") const {
|
||||||
cout << "Track with " << measurements.size() << "measurements\n";
|
cout << "Track with " << measurements.size();
|
||||||
|
cout << " measurements of point " << p << "\n";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue