|
class | boost::serialization::access |
| Serialization function.
|
|
|
|
| StereoPoint2 () |
| default constructor
|
|
| StereoPoint2 (double uL, double uR, double v) |
| constructor
|
|
| StereoPoint2 (const Vector3 &v) |
| construct from 3D vector
|
|
|
void | print (const std::string &s="") const |
| print
|
|
bool | equals (const StereoPoint2 &q, double tol=1e-9) const |
| equals
|
|
|
bool | operator== (const StereoPoint2 &q) const |
| equality
|
|
double | uL () const |
| get uL
|
|
double | uR () const |
| get uR
|
|
double | v () const |
| get v
|
|
Vector3 | vector () const |
| convert to vector
|
|
Point2 | point2 () const |
| convenient function to get a Point2 from the left image
|
|
Point2 | right () const |
| convenient function to get a Point2 from the right image
|
|
|
GTSAM_EXPORT friend std::ostream & | operator<< (std::ostream &os, const StereoPoint2 &p) |
| Streaming.
|
|
The documentation for this class was generated from the following files: