diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-20 21:04:56 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-24 19:32:10 +0100 |
commit | 582db45e356d5e7eb90606107c54db2e25cec644 (patch) | |
tree | 5e8200d9072dc90e5d503031722440c8d59a5c92 /tracker-pt/module/camera.h | |
parent | 1b1e0f4ef7ae31e2721e6a32a84548e66f4244ef (diff) |
tracker/{pt,wii}: fix leading underscore identifiers
Diffstat (limited to 'tracker-pt/module/camera.h')
-rw-r--r-- | tracker-pt/module/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/module/camera.h b/tracker-pt/module/camera.h index f8f140de..8abe6cf0 100644 --- a/tracker-pt/module/camera.h +++ b/tracker-pt/module/camera.h @@ -37,7 +37,7 @@ struct Camera final : pt_camera void show_camera_settings() override; private: - [[nodiscard]] bool _get_frame(cv::Mat& Frame); + [[nodiscard]] bool get_frame_(cv::Mat& frame); double dt_mean = 0, fov = 30; Timer t; |