get measurement
parent
8cf2b84f5a
commit
7cd6eaa8e4
|
@ -87,6 +87,11 @@ namespace gtsam {
|
|||
return reprojectionError.vector();
|
||||
}
|
||||
|
||||
/** return the measurement */
|
||||
inline const Point2 measured() const {
|
||||
return z_;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
/// Serialization function
|
||||
|
|
Loading…
Reference in New Issue