From 3dac81a87a394d9222c0a12969e513d34b4c5651 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Mon, 23 Jul 2012 15:42:24 -0400 Subject: removed unused function, updated readme's and commened out an extra cout --- fly-tools/FlyTrackingMain.cpp | 2 +- fly-tools/FrameInfo.cpp | 12 ------------ fly-tools/README.markdown | 11 +---------- 3 files changed, 2 insertions(+), 23 deletions(-) (limited to 'fly-tools') diff --git a/fly-tools/FlyTrackingMain.cpp b/fly-tools/FlyTrackingMain.cpp index aa6a2b6..4a33178 100644 --- a/fly-tools/FlyTrackingMain.cpp +++ b/fly-tools/FlyTrackingMain.cpp @@ -970,7 +970,7 @@ int draw_line_bm(Image* maskImage, int x0, int y0, int x1, int y1) { x = x + 1; } - cout << "putpixel "< fov) { this->fOVector = fov; - -// cout << "setting fov \n"; -// FlyObject a = fOVector[0]; -// pair av = a.getVelocityV(); -// cout << "velocity "< bv = b.getVelocityV(); -// cout << "velocity "< 1) { diff --git a/fly-tools/README.markdown b/fly-tools/README.markdown index abd37ea..d3c7a0c 100644 --- a/fly-tools/README.markdown +++ b/fly-tools/README.markdown @@ -4,7 +4,7 @@ fly-tools FlyTracking ------------ -The FlyTracking application does the bulk of the work. +The FlyTracking application does the bulk of the work. Usage: @@ -37,15 +37,6 @@ derive-background This tool will generate a common background image of a set of video frames (PNGs), based on the statistical mode of each pixel. -Warning: - - This will eat a huge chunk of memory. with 2,500 images at 173x174 pixels, it took almost 3Gb of ram. - Usage: derive-background -i -s -o - -Todo: - -* reduce memory - zlib? less pointers? - -- cgit v1.2.3