summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/camera.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-10-22 07:58:42 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-10-22 07:58:42 +0200
commitb253d56527365a729c0249918f6c9477893a717e (patch)
treeee10ce89c268c0566005d25fa4d49ba5cc51da41 /tracker-pt/camera.h
parent4e03f244450cbfd8a5a1cf429515ce0194f66262 (diff)
tracker/pt: return focal length directly
Diffstat (limited to 'tracker-pt/camera.h')
-rw-r--r--tracker-pt/camera.h2
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;