comparison 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
comparison
equal deleted inserted replaced
390:12be4a0cb9aa 392:dd4970f4221f
114 /// Computes the connected components: features have to be older than lastInstant 114 /// Computes the connected components: features have to be older than lastInstant
115 void connectedComponents(const unsigned int& lastInstant); 115 void connectedComponents(const unsigned int& lastInstant);
116 116
117 /** Performs some checks on groups of features and return their lists of ids if correct 117 /** Performs some checks on groups of features and return their lists of ids if correct
118 Removes the vertices from the graph */ 118 Removes the vertices from the graph */
119 std::vector<std::vector<unsigned int> > getFeatureGroups(void); 119 void getFeatureGroups(std::vector<std::vector<FeatureTrajectoryPtr> >& featureGroups);
120 120
121 std::string informationString(void) const; 121 std::string informationString(void) const;
122 122
123 int getNVertices(void) const; 123 int getNVertices(void) const;
124 int getNEdges(void) const; 124 int getNEdges(void) const;