From f91318923bf5ebb3a1aa51313ed149a8cf2d221b Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Thu, 26 Jul 2012 14:19:47 -0400 Subject: moved some back to cout, we always wnat to print those --- fly-tools/FlyTrackingMain.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fly-tools') diff --git a/fly-tools/FlyTrackingMain.cpp b/fly-tools/FlyTrackingMain.cpp index 75098a8..446cc96 100644 --- a/fly-tools/FlyTrackingMain.cpp +++ b/fly-tools/FlyTrackingMain.cpp @@ -1013,12 +1013,12 @@ void drawTheSequence(int startIndex, int endIndex, int isFirst, bool singleBlob, //inputFile>>fileName; //inputFileName = "*output/identified/"+fileName; FrameInfo prevFI = fIVector[startIndex]; - *output << "Extracting information for image "<< fnVector[startIndex] << endl; + cout << "Extracting information for image "<< fnVector[startIndex] << endl; *output<>fileName; @@ -2004,7 +2004,7 @@ int main(int argc, char **argv) fnVector.push_back(fileName); fileName = maskImagePath + fileName; - *output << "Reading file "<columns(),height = img->rows(); diagLength= static_cast ( sqrt( (height*height) + (width*width) ) ); @@ -2299,7 +2299,7 @@ void findTheStartPoint(string fileName, int desiredSize, int otherSize, int cen_ string segmImageFileName = maskImagePath + fileName; - *output << "Segmented image "<