Skip to content

Commit

Permalink
comment out test image viewing
Browse files Browse the repository at this point in the history
  • Loading branch information
PizzaRoll04 committed Dec 3, 2024
1 parent ab96d09 commit 5327c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/learn_descriptors/visual_odometry_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ TEST(VIO_TEST, frontend_pipeline_sweep) {
cv::warpAffine(image_1, image_1, rotation_matrix, image_1.size());
cv::warpAffine(image_1, image_2, translation_mat, image_1.size());

cv::Mat img_test_disp;
cv::hconcat(image_1, image_2, img_test_disp);
// cv::Mat img_test_disp;
// cv::hconcat(image_1, image_2, img_test_disp);
// cv::imshow("Test", img_test_disp);
// cv::waitKey(1000);

Expand Down

0 comments on commit 5327c01

Please sign in to comment.