From 02f1528ce4e443e5ce78eb8020e78e5ade976882 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Mon, 24 Sep 2012 17:17:48 -0400 Subject: removed unused barrier variable and it's commented calls, removed unused commented methods from FlyObject --- fly-tools/FlyTrackingMain.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'fly-tools/FlyTrackingMain.cpp') diff --git a/fly-tools/FlyTrackingMain.cpp b/fly-tools/FlyTrackingMain.cpp index 7f7e77e..ce8980b 100644 --- a/fly-tools/FlyTrackingMain.cpp +++ b/fly-tools/FlyTrackingMain.cpp @@ -62,6 +62,7 @@ vector fnVector; string inputFileName; bool writeFinalImages = false; + // GLOBAL PATHS string maskImagePath; string origImagePath; @@ -90,7 +91,6 @@ map centroidDistanceMap; map headDirAngleMap; map speedMap; -int barrier = 1000; void initSequence(){ startOfATrackSequence = -1; @@ -2815,10 +2815,6 @@ void fourConnObj(Image* img, int x, int y, vector > & obj, bool c p.second = y; obj.push_back(p); - // if (obj.size() > barrier) { - // //*output<pixelColor(x,y, ColorMono(true)); @@ -2860,10 +2856,6 @@ void eightConnObj(Image* img, int x, int y, vector > & obj, bool p.second = y; obj.push_back(p); - // if (obj.size() > barrier) { - // //*output<pixelColor(x,y, ColorMono(true)); -- cgit v1.2.3