summaryrefslogtreecommitdiffhomepage
path: root/tracker-kinect-face/camera_kinect_ir.h
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-16 12:23:22 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-16 12:23:22 +0200
commit7cb8067e3f6af0a61929f9049ff08a6b8642eb35 (patch)
tree5b98daf8585810541634ef57e0e7ae4be1404691 /tracker-kinect-face/camera_kinect_ir.h
parent6bd516592afa7e6c0a4181bd714accad693bd011 (diff)
Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying FPS info on frame preview.
Diffstat (limited to 'tracker-kinect-face/camera_kinect_ir.h')
-rw-r--r--tracker-kinect-face/camera_kinect_ir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-kinect-face/camera_kinect_ir.h b/tracker-kinect-face/camera_kinect_ir.h
index 7cd24651..b88efdcd 100644
--- a/tracker-kinect-face/camera_kinect_ir.h
+++ b/tracker-kinect-face/camera_kinect_ir.h
@@ -71,9 +71,9 @@ private:
video::frame iFrame;
cv::Mat iMatFrame;
- float fov = 0;
- int width = 0, height = 0;
- bool first_frame = true;
+ float iFov = 0;
+ int iWidth = 0, iHeight = 0;
+ bool iFirstFrame = true;
};
}