diff c/feature-based-tracking.cpp @ 506:13d4eb96a751

added needed parameters
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 28 Apr 2014 18:18:14 -0400
parents 41a72146685e
children 081a9da6f85b
line wrap: on
line diff
--- a/c/feature-based-tracking.cpp	Mon Apr 28 17:32:33 2014 -0400
+++ b/c/feature-based-tracking.cpp	Mon Apr 28 18:18:14 2014 -0400
@@ -59,7 +59,6 @@
 };
 
 inline void saveFeatures(vector<FeatureTrajectoryPtr>& features, TrajectoryDBAccess<Point2f>& db, const string& positionsTableName, const string& velocitiesTableName) {
-  /// \todo smoothing
   BOOST_FOREACH(FeatureTrajectoryPtr f, features) f->write(db, positionsTableName, velocitiesTableName);
   features.clear();
 }