From a04514b37901939662f352b7c784b6003c9dc5c6 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Tue, 16 Apr 2019 18:19:36 +0200 Subject: Easy Tracker: Moving things around and theoretical data structure usage optimization. --- tracker-easy/point-extractor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tracker-easy/point-extractor.h') diff --git a/tracker-easy/point-extractor.h b/tracker-easy/point-extractor.h index 7827bb30..3c65b193 100644 --- a/tracker-easy/point-extractor.h +++ b/tracker-easy/point-extractor.h @@ -34,6 +34,9 @@ namespace EasyTracker cv::Mat iFrameChannelSizeOne; // Our frame with a single 8 bits channel cv::Mat iFrameGray; + // + std::vector > iContours; + }; } -- cgit v1.2.3