diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-19 08:33:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-19 14:07:16 +0200 |
commit | edd8680615e842375d8c9af25427784ed01f4fab (patch) | |
tree | ed3483692c46cad415e2ea54f6b088f124b5d777 /video-opencv | |
parent | 848fc5b13a7d76e89010781239d0dd701e51337d (diff) |
cv, tracker/pt: cleanup opencv includes
Diffstat (limited to 'video-opencv')
-rw-r--r-- | video-opencv/impl.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/video-opencv/impl.hpp b/video-opencv/impl.hpp index db569823..ed5499b0 100644 --- a/video-opencv/impl.hpp +++ b/video-opencv/impl.hpp @@ -8,18 +8,13 @@ #pragma once #include "video/camera.hpp" - #include <optional> - -#include <opencv2/core.hpp> #include <opencv2/videoio.hpp> namespace opencv_camera_impl { using namespace video::impl; -struct cam; - struct metadata : camera_ { metadata(); |