diff options
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  | 
