diff c/feature-based-tracking.cpp @ 178:d7df8ecf5ccd

next steps
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 31 Oct 2011 00:35:34 -0400
parents ae2286b1a3fd
children 4f10e97cb677
line wrap: on
line diff
--- a/c/feature-based-tracking.cpp	Sun Oct 30 11:25:51 2011 -0400
+++ b/c/feature-based-tracking.cpp	Mon Oct 31 00:35:34 2011 -0400
@@ -281,7 +281,7 @@
       // boost::shared_ptr<Trajectory<cv::Point2f> > trajectory;
       // success = trajectoryDB->read(trajectory, trajectoryId, "positions"); // velocities
       FeatureTrajectoryPtr ft = FeatureTrajectoryPtr(new FeatureTrajectory(trajectoryId, *trajectoryDB, "positions", "velocities"));
-      stringstream ss;ss << *ft; cout << ss.str() << endl;
+      //stringstream ss;ss << *ft; cout << ss.str() << endl;
     }
 
     // should the trajectory be loaded one by one? yes