diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-19 08:53:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:48 +0200 |
commit | 129ec5545a4cb99f3817de9ccee039060cfb5bb5 (patch) | |
tree | 694743001c09f327c21ecb7ca1d1c3082bdeb99d | |
parent | e8145b9fa4bb3a119923125a08d98633012c1c99 (diff) |
tracker/trackhat: cleanup includes
-rw-r--r-- | tracker-trackhat/trackhat.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp index 8820c1dc..4725e12d 100644 --- a/tracker-trackhat/trackhat.hpp +++ b/tracker-trackhat/trackhat.hpp @@ -8,7 +8,7 @@ #include <array> #include <atomic> -#include <opencv2/core.hpp> +#include <opencv2/core/mat.hpp> enum model_type : int { |