Skip to content
Snippets Groups Projects
Commit 47cc911c authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

FIX kps index

parent 19a43aee
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ int main(int argc, char** argv) ...@@ -225,7 +225,7 @@ int main(int argc, char** argv)
{ {
good_matches.push_back(matches[ii]); good_matches.push_back(matches[ii]);
matched_1.push_back(keypoints_1[matches[ii].queryIdx].pt); matched_1.push_back(keypoints_1[matches[ii].queryIdx].pt);
matched_2.push_back(keypoints_1[matches[ii].trainIdx].pt); matched_2.push_back(keypoints_2[matches[ii].trainIdx].pt);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment