aboutsummaryrefslogtreecommitdiff
path: root/fly-tools/FlyTrackingMain.cpp
diff options
context:
space:
mode:
authormutantturkey <mutantturke@gmail.com>2012-07-23 15:42:24 -0400
committermutantturkey <mutantturke@gmail.com>2012-07-23 15:42:24 -0400
commit3dac81a87a394d9222c0a12969e513d34b4c5651 (patch)
treed3c0bd172a7d4cff408ff0c2250b9c8077802a23 /fly-tools/FlyTrackingMain.cpp
parent9b8cad65431b1741ece63349a1f3a9075b36a75e (diff)
removed unused function, updated readme's and commened out an extra cout
Diffstat (limited to 'fly-tools/FlyTrackingMain.cpp')
-rw-r--r--fly-tools/FlyTrackingMain.cpp2
1 files changed, 1 insertions, 1 deletions
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 "<<x<<","<<y<<endl;
+ // cout << "putpixel "<<x<<","<<y<<endl;
putPixel(maskImage,x, y, 8);
if (isInFemaleBlob == true)
return 1;