From 52ee0b456eefd80aeb3cf64c13b6501ee0ca5f22 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Jul 2017 09:14:02 +0200 Subject: tracker/pt: fix build on Linux GNU expects ODR for `int' constexpr members. --- tracker-pt/point_extractor.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3