diff include/Motion.hpp @ 392:dd4970f4221f

merged
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 25 Jul 2013 18:59:35 -0400
parents 03dbecd3a887
children c389fae9689a
line wrap: on
line diff
--- a/include/Motion.hpp	Thu Jul 25 18:55:44 2013 -0400
+++ b/include/Motion.hpp	Thu Jul 25 18:59:35 2013 -0400
@@ -116,7 +116,7 @@
 
   /** Performs some checks on groups of features and return their lists of ids if correct
       Removes the vertices from the graph */
-  std::vector<std::vector<unsigned int> > getFeatureGroups(void);
+  void getFeatureGroups(std::vector<std::vector<FeatureTrajectoryPtr> >& featureGroups);
 
   std::string informationString(void) const;