Skip to content

Commit 027883e

Browse files
authored
Merge pull request borglab#2156 from CodeXTL/docs/geometry/Cal3_S2
Added user guide for `geometry/Cal3_S2`
2 parents 0fba7eb + 4d84628 commit 027883e

File tree

2 files changed

+615
-1
lines changed

2 files changed

+615
-1
lines changed

gtsam/geometry/Cal3_S2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class GTSAM_EXPORT Cal3_S2 : public Cal3 {
6060
Cal3_S2(double fov, int w, int h) : Cal3(fov, w, h) {}
6161

6262
/**
63-
* Convert intrinsic coordinates xy to image coordinates uv, fixed derivaitves
63+
* Convert intrinsic coordinates xy to image coordinates uv, fixed derivatives
6464
* @param p point in intrinsic coordinates
6565
* @param Dcal optional 2*5 Jacobian wrpt Cal3 parameters
6666
* @param Dp optional 2*2 Jacobian wrpt intrinsic coordinates

0 commit comments

Comments
 (0)