From 7cb8067e3f6af0a61929f9049ff08a6b8642eb35 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Tue, 16 Apr 2019 12:23:22 +0200 Subject: Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying FPS info on frame preview. --- tracker-kinect-face/camera_kinect_ir.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tracker-kinect-face/camera_kinect_ir.h') 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; }; } -- cgit v1.2.3