From 02d864070a993040efcc5cce0862325e39e8c2c6 Mon Sep 17 00:00:00 2001 From: Rostislav Vasilikhin Date: Sun, 24 Jul 2022 18:29:34 +0200 Subject: [PATCH] minor --- modules/3d/test/test_odometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/3d/test/test_odometry.cpp b/modules/3d/test/test_odometry.cpp index 2ddcfdbf27..196aa48c90 100644 --- a/modules/3d/test/test_odometry.cpp +++ b/modules/3d/test/test_odometry.cpp @@ -421,7 +421,7 @@ void WarpFrameTest::run(bool needRgb, bool scaleDown, bool checkMask, bool ident std::string dataPath = cvtest::TS::ptr()->get_data_path(); std::string srcDepthFilename = dataPath + "/cv/rgbd/depth.png"; std::string srcRgbFilename = dataPath + "/cv/rgbd/rgb.png"; - // The depth was generated using the script at 3d/misc/python/warp_test.py + // The depth was generated using the script at testdata/cv/rgbd/warped_depth_generator/warp_test.py std::string warpedDepthFilename = dataPath + "/cv/rgbd/warpedDepth.png"; std::string warpedRgbFilename = dataPath + "/cv/rgbd/warpedRgb.png";