Skip to content

Commit

Permalink
Merge pull request #1554 from IshitaTakeshi/stereopoint-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Jun 28, 2023
2 parents e444ee1 + 1de2602 commit eb5604d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gtsam/geometry/StereoPoint2.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class GTSAM_EXPORT StereoPoint2 {
uL_(0), uR_(0), v_(0) {
}

/** constructor */
/** uL and uR represent the x-axis value of left and right frame coordinates respectively.
v represents the y coordinate value. The y-axis value should be the same under the
stereo constraint. */
StereoPoint2(double uL, double uR, double v) :
uL_(uL), uR_(uR), v_(v) {
}
Expand Down

0 comments on commit eb5604d

Please sign in to comment.