diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-22 07:58:42 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-22 07:58:42 +0200 |
commit | b253d56527365a729c0249918f6c9477893a717e (patch) | |
tree | ee10ce89c268c0566005d25fa4d49ba5cc51da41 /tracker-pt/camera.h | |
parent | 4e03f244450cbfd8a5a1cf429515ce0194f66262 (diff) |
tracker/pt: return focal length directly
Diffstat (limited to 'tracker-pt/camera.h')
-rw-r--r-- | tracker-pt/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/camera.h b/tracker-pt/camera.h index 449a2d3f..388b9234 100644 --- a/tracker-pt/camera.h +++ b/tracker-pt/camera.h @@ -25,7 +25,7 @@ struct CamInfo final { CamInfo() : fov(0), fps(0), res_x(0), res_y(0), idx(-1) {} - void get_focal_length(double& fx) const; + double get_focal_length() const; double fov; double fps; |