Commit 341de5d5 authored by laurentBerger's avatar laurentBerger

trailing whitespace

parent b28056e3
......@@ -60,7 +60,7 @@ int main(void)
for (int i = 0; i<matches.size(); i++)
tab.at<float>(i, 0) = matches[i].distance;
sortIdx(tab, index, SORT_EVERY_COLUMN + SORT_ASCENDING);
vector<DMatch> bestMatches; /*<! best match */
vector<DMatch> bestMatches;
for (int i = 0; i<30; i++)
bestMatches.push_back(matches[index.at<int>(i, 0)]);
Mat result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment