diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-20 09:14:02 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-20 09:14:02 +0200 |
commit | 52ee0b456eefd80aeb3cf64c13b6501ee0ca5f22 (patch) | |
tree | 74dff400f8d248d1197c2a048eb59cc90b7b3f80 /tracker-pt | |
parent | 0ecaa4c888fa316d13afc05b7cd9eb7a0f0ccb5e (diff) |
tracker/pt: fix build on Linux
GNU expects ODR for `int' constexpr members.
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/point_extractor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-pt/point_extractor.cpp b/tracker-pt/point_extractor.cpp index babba294..d12b61a0 100644 --- a/tracker-pt/point_extractor.cpp +++ b/tracker-pt/point_extractor.cpp @@ -23,6 +23,8 @@ using namespace pt_extractor_impl; +constexpr int PointExtractor::max_blobs; + /* http://en.wikipedia.org/wiki/Mean-shift In this application the idea, is to eliminate any bias of the point estimate |