blob: 2e3988a8bb7e09dd6f0bb81b8ccc35183f4eaee4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "tracker-easy-api.h"
#include "cv/numeric.hpp"
using namespace numeric_types;
IEasyTrackerTraits::IEasyTrackerTraits() = default;
IEasyTrackerTraits::~IEasyTrackerTraits() = default;
|