Mercurial > hg > nsaunier > traffic-intelligence
comparison c/Motion.cpp @ 277:21f14fadd098
removed warning
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 14 Dec 2012 01:01:26 -0500 |
| parents | 04355e51d895 |
| children | 03dbecd3a887 |
comparison
equal
deleted
inserted
replaced
| 276:78922b4de3bf | 277:21f14fadd098 |
|---|---|
| 194 objectHypotheses.clear(); | 194 objectHypotheses.clear(); |
| 195 for (int i = 0; i < num; ++i) { | 195 for (int i = 0; i < num; ++i) { |
| 196 #ifdef DEBUG | 196 #ifdef DEBUG |
| 197 cout << i << " " << lastInstants[i] << endl; | 197 cout << i << " " << lastInstants[i] << endl; |
| 198 #endif | 198 #endif |
| 199 if (static_cast<int>(lastInstants[i]) < lastInstant) | 199 if (lastInstants[i] < lastInstant) |
| 200 objectHypotheses.push_back(tmpobjects[i]); | 200 objectHypotheses.push_back(tmpobjects[i]); |
| 201 } | 201 } |
| 202 } | 202 } |
| 203 | 203 |
| 204 vector<vector<unsigned int> > FeatureGraph::getFeatureGroups(void) { | 204 vector<vector<unsigned int> > FeatureGraph::getFeatureGroups(void) { |
