Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PizzaRoll04 committed Nov 24, 2024
1 parent 9dd4df3 commit b2c4ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/learn_descriptors/visual_odometry_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ TEST(VIO_TEST, frontend_pipeline_sweep) {
img_keypoints_out_1);
frontend.draw_keypoints(image_2, keypoints_descriptors_pair_2.first,
img_keypoints_out_2);
frontend.drawMatches(image_1, keypoints_descriptors_pair_1.first, image_2,
frontend.draw_matches(image_1, keypoints_descriptors_pair_1.first, image_2,
keypoints_descriptors_pair_2.first, matches, img_matches_out);
cv::hconcat(img_keypoints_out_1, img_keypoints_out_2, img_display_test);
cv::vconcat(img_display_test, img_matches_out, img_display_test);
Expand Down

0 comments on commit b2c4ade

Please sign in to comment.